Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DProfilingServiceManager.java67 public IBinder getOrThrow() throws ServiceNotFoundException { in getOrThrow() method in ProfilingServiceManager.ServiceRegisterer
DStatsServiceManager.java68 public IBinder getOrThrow() throws ServiceNotFoundException { in getOrThrow() method in StatsServiceManager.ServiceRegisterer
DBluetoothServiceManager.java80 public IBinder getOrThrow() throws ServiceNotFoundException { in getOrThrow() method in BluetoothServiceManager.ServiceRegisterer
DTelephonyServiceManager.java75 public IBinder getOrThrow() throws ServiceNotFoundException { in getOrThrow() method in TelephonyServiceManager.ServiceRegisterer
/frameworks/base/omapi/java/android/se/omapi/
DSeServiceManager.java94 public IBinder getOrThrow() throws ServiceNotFoundException { in getOrThrow() method in SeServiceManager.ServiceRegisterer
/frameworks/base/nfc/java/android/nfc/
DNfcServiceManager.java85 public IBinder getOrThrow() throws ServiceNotFoundException { in getOrThrow() method in NfcServiceManager.ServiceRegisterer
/frameworks/base/core/java/android/provider/
DDeviceConfigServiceManager.java89 public IBinder getOrThrow() throws ServiceNotFoundException { in getOrThrow() method in DeviceConfigServiceManager.ServiceRegisterer
/frameworks/base/packages/SettingsLib/DataStore/src/com/android/settingslib/datastore/
DBackupRestoreStorageManager.kt116 fun getOrThrow(name: String): BackupRestoreStorage = storageWrappers[name]!!.storage in get() method in com.android.settingslib.datastore.BackupRestoreStorageManager
/frameworks/base/packages/SettingsLib/DataStore/tests/src/com/android/settingslib/datastore/
DBackupRestoreStorageManagerTest.kt140 fun getOrThrow() { in getOrThrow() method
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DOmniFunction.java221 public R getOrThrow() throws Exception { in getOrThrow() method in OmniFunction