Home
last modified time | relevance | path

Searched defs:addBinderService (Results 1 – 1 of 1) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowServiceManager.java115 addBinderService(Context.CLIPBOARD_SERVICE, IClipboard.class); in addBinderService() method
116 addBinderService(Context.WIFI_P2P_SERVICE, IWifiP2pManager.class); in addBinderService() method
117 addBinderService(Context.ACCOUNT_SERVICE, IAccountManager.class); in addBinderService() method
118 addBinderService(Context.USB_SERVICE, IUsbManager.class); in addBinderService() method
119 addBinderService(Context.LOCATION_SERVICE, ILocationManager.class); in addBinderService() method
120 addBinderService(Context.INPUT_METHOD_SERVICE, IInputMethodManager.class); in addBinderService() method
121 addBinderService(Context.ALARM_SERVICE, IAlarmManager.class); in addBinderService() method
122 addBinderService(Context.POWER_SERVICE, IPowerManager.class); in addBinderService() method
123 addBinderService(BatteryStats.SERVICE_NAME, IBatteryStats.class); in addBinderService() method
124 addBinderService(Context.DROPBOX_SERVICE, IDropBoxManagerService.class); in addBinderService() method
[all …]