summaryrefslogtreecommitdiff
path: root/core/java/android/os/IServiceManager.java
Commit message (Collapse)AuthorAgeFilesLines
* AIDL it! IServiceManagerSteven Moreland2019-06-261-87/+0
| | | | | | Bug: 135768100 Test: boot Change-Id: I7f8b5d07d4937804e8b0838936f8984ca7d08efa
* Remove references to setPermissionController.Steven Moreland2019-06-211-7/+0
| | | | | | | | This method isn't implemented/used/etc.. Bug: 135768100 Test: TH Change-Id: Ic2e27f5685cc16562815fcaf1226bc7789f8d882
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-181-0/+4
| | | | | | | | | | | | | | | | | For packages: android.os This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Merged-In: I4ece0a3f37f88fc2508cb965092aed7cabc61819 Change-Id: I0d942254f06c1a355fb906640e223ad34cced6ab
* Add DEFAULT dump priority for servicesVishnu Nair2018-02-051-2/+8
| | | | | | | | | | | | | - Adds a new DEFAULT priority for services which is treated the same as NORMAL priority but dumpsys does not send "--dump-priority" arguments to the service. Bug: 27429130 Test: Manually generate bugrepot (default version) and check for any issues Test: Load bugreport on ABT Test: mmm -j56 frameworks/native/cmds/dumpstate && \ adb shell /data/nativetest64/dumpstate_smoke_test/dumpstate_smoke_test && \ printf "\n\n#### ALL TESTS PASSED ####\n" Change-Id: Ia90ae16d56d0144e679cf39ebfbf4473dd21f167
* Add proto dump flag to services (2/2)Vishnu Nair2017-10-261-8/+12
| | | | | | | | | | | | | Adds new PROTO flag which requests services to dump sections in proto format. Modifies PriorityDumper helper class to parse proto arguments and set asProto flags. Registers WM and AM with proto dump supprt. Bug: 67716082 Test: frameworks/base/services/tests/runtests.py -e class "com.android.server.utils.PriorityDumpTest" Test: adb bugreport ~/tmp/bug.zip Test: adb shell dumpsys window --proto Test: adb shell dumpsys activity --proto Change-Id: Icfc6857c8a9340110a43343734a27e48d0b5a229
* Pass dumpsys priority to IServiceManagerVishnu Nair2017-09-251-9/+18
| | | | | | | | | | | | | Modify IServiceManager to accept supported dumpsys priority as a bitmask with NORMAL being the default priority. Change listServices to return a list of services filtered by the priority or all services when the priority is set to ALL. BUG:27429130 Test: manual verification Change-Id: If367ace2f37f918043f1b330568d8560676d9b78
* Some hardening of isolated processes by restricting access to services.Dianne Hackborn2012-02-091-1/+2
| | | | | | | | | | | | | | | Services now must explicitly opt in to being accessed by isolated processes. Currently only the activity manager and surface flinger allow this. Activity manager is needed so that we can actually bring up the process; SurfaceFlinger is needed to be able to get the display information for creating the Configuration. The SurfaceFlinger should be safe because the app doesn't have access to the window manager so can't actually get a surface to do anything with. The activity manager now protects most of its entry points against isolated processes. Change-Id: I0dad8cb2c873575c4c7659c3c2a7eda8e98f46b0
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+70
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-70/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+70