summaryrefslogtreecommitdiff
path: root/core/java/android/os/ServiceManager.java
AgeCommit message (Expand)Author
2021-01-28WatchDog: support dumping AIDL HALsSteven Moreland
2020-11-04Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-09-24ServiceManager: add getDeclaredInstancesSteven Moreland
2020-04-24Use waitForDeclaredService to get Lights HALRobin Lee
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-09System APIs for telephony to expose/obtain binder servicesMakoto Onuki
2019-11-19Add @UnsupportedAppUsage annotations for greylist.Artur Satayev
2019-03-15Add @UnsupportedAppUsage annotationsAndrei Onea
2018-05-16Replace HashMap with ArrayMap for servicesRobert Benea
2018-04-11Add stats logging to ServiceManager and NPMSMakoto Onuki
2018-02-05Add DEFAULT dump priority for servicesVishnu Nair
2017-10-26Add proto dump flag to services (2/2)Vishnu Nair
2017-09-25Pass dumpsys priority to IServiceManagerVishnu Nair
2016-11-07Detect non-oneway calls leaving system_server.Jeff Sharkey
2016-08-11Avoid caching services with missing binders.Jeff Sharkey
2016-01-07[1/3] Remove unnecessary throws statement in ServiceManagerUmair Khan
2012-02-09Some hardening of isolated processes by restricting access to services.Dianne Hackborn
2011-07-08Eliminate single-process mode.Jeff Brown
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project