Searched refs:getServiceOrThrow (Results 1 – 15 of 15) sorted by relevance
188 IBinder b = ServiceManager.getServiceOrThrow(Context.ACCOUNT_SERVICE); in registerService()204 IBinder b = ServiceManager.getServiceOrThrow(Context.ALARM_SERVICE); in registerService()234 IBinder b = ServiceManager.getServiceOrThrow(Context.HDMI_CONTROL_SERVICE); in registerService()262 IBinder b = ServiceManager.getServiceOrThrow(Context.CONNECTIVITY_SERVICE); in registerService()280 IBinder b = ServiceManager.getServiceOrThrow(Context.COUNTRY_DETECTOR); in registerService()288 IBinder b = ServiceManager.getServiceOrThrow(Context.DEVICE_POLICY_SERVICE); in registerService()304 ServiceManager.getServiceOrThrow(BatteryStats.SERVICE_NAME)); in registerService()306 .asInterface(ServiceManager.getServiceOrThrow("batteryproperties")); in registerService()321 IBinder b = ServiceManager.getServiceOrThrow(Context.DROPBOX_SERVICE); in registerService()372 IBinder b = ServiceManager.getServiceOrThrow(Context.LOCATION_SERVICE); in registerService()[all …]
127 ServiceManager.getServiceOrThrow(Context.UI_MODE_SERVICE)); in UiModeManager()
246 ServiceManager.getServiceOrThrow(Context.TRUST_SERVICE)); in KeyguardManager()
552 ServiceManager.getServiceOrThrow(Context.SEARCH_SERVICE)); in SearchManager()
36 public static IBinder getServiceOrThrow(String name) throws ServiceNotFoundException { in getServiceOrThrow() method in ServiceManager
42 ServiceManager.getServiceOrThrow(Context.CONSUMER_IR_SERVICE)); in ConsumerIrManager()
70 public static IBinder getServiceOrThrow(String name) throws ServiceNotFoundException { in getServiceOrThrow() method in ServiceManager
93 ServiceManager.getServiceOrThrow(Context.CLIPBOARD_SERVICE)); in ClipboardManager()
216 .asInterface(ServiceManager.getServiceOrThrow(Context.NETWORK_SCORE_SERVICE)); in NetworkScoreManager()
379 ServiceManager.getServiceOrThrow(Context.CONTEXTHUB_SERVICE)); in ContextHubManager()
75 ServiceManager.getServiceOrThrow(Context.TEXT_SERVICES_MANAGER_SERVICE)); in TextServicesManager()
105 ServiceManager.getServiceOrThrow(Context.NETWORK_STATS_SERVICE)); in NetworkStatsManager()
229 .asInterface(ServiceManager.getServiceOrThrow(Context.INPUT_SERVICE))); in getInstance()
455 … mStorageManager = IStorageManager.Stub.asInterface(ServiceManager.getServiceOrThrow("mount")); in StorageManager()
644 ServiceManager.getServiceOrThrow(Context.INPUT_METHOD_SERVICE)), looper); in InputMethodManager()