Home
last modified time | relevance | path

Searched refs:getServiceOrThrow (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java188 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 …]
DUiModeManager.java127 ServiceManager.getServiceOrThrow(Context.UI_MODE_SERVICE)); in UiModeManager()
DKeyguardManager.java246 ServiceManager.getServiceOrThrow(Context.TRUST_SERVICE)); in KeyguardManager()
DSearchManager.java552 ServiceManager.getServiceOrThrow(Context.SEARCH_SERVICE)); in SearchManager()
/frameworks/base/tools/layoutlib/bridge/src/android/os/
DServiceManager.java36 public static IBinder getServiceOrThrow(String name) throws ServiceNotFoundException { in getServiceOrThrow() method in ServiceManager
/frameworks/base/core/java/android/hardware/
DConsumerIrManager.java42 ServiceManager.getServiceOrThrow(Context.CONSUMER_IR_SERVICE)); in ConsumerIrManager()
/frameworks/base/core/java/android/os/
DServiceManager.java70 public static IBinder getServiceOrThrow(String name) throws ServiceNotFoundException { in getServiceOrThrow() method in ServiceManager
/frameworks/base/core/java/android/content/
DClipboardManager.java93 ServiceManager.getServiceOrThrow(Context.CLIPBOARD_SERVICE)); in ClipboardManager()
/frameworks/base/core/java/android/net/
DNetworkScoreManager.java216 .asInterface(ServiceManager.getServiceOrThrow(Context.NETWORK_SCORE_SERVICE)); in NetworkScoreManager()
/frameworks/base/core/java/android/hardware/location/
DContextHubManager.java379 ServiceManager.getServiceOrThrow(Context.CONTEXTHUB_SERVICE)); in ContextHubManager()
/frameworks/base/core/java/android/view/textservice/
DTextServicesManager.java75 ServiceManager.getServiceOrThrow(Context.TEXT_SERVICES_MANAGER_SERVICE)); in TextServicesManager()
/frameworks/base/core/java/android/app/usage/
DNetworkStatsManager.java105 ServiceManager.getServiceOrThrow(Context.NETWORK_STATS_SERVICE)); in NetworkStatsManager()
/frameworks/base/core/java/android/hardware/input/
DInputManager.java229 .asInterface(ServiceManager.getServiceOrThrow(Context.INPUT_SERVICE))); in getInstance()
/frameworks/base/core/java/android/os/storage/
DStorageManager.java455 … mStorageManager = IStorageManager.Stub.asInterface(ServiceManager.getServiceOrThrow("mount")); in StorageManager()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java644 ServiceManager.getServiceOrThrow(Context.INPUT_METHOD_SERVICE)), looper); in InputMethodManager()