/aosp14/frameworks/base/core/java/android/app/ |
H A D | SystemServiceRegistry.java | 489 throws ServiceNotFoundException { in registerService() 534 throws ServiceNotFoundException { in registerService() 607 throws ServiceNotFoundException { in registerService() 755 throws ServiceNotFoundException { in registerService() 853 throws ServiceNotFoundException { in registerService() 868 throws ServiceNotFoundException { in registerService() 952 throws ServiceNotFoundException { in registerService() 973 throws ServiceNotFoundException { in registerService() 1176 throws ServiceNotFoundException { in registerService() 1226 throws ServiceNotFoundException { in registerService() [all …]
|
H A D | GameManager.java | 35 import android.os.ServiceManager.ServiceNotFoundException; 95 GameManager(Context context, Handler handler) throws ServiceNotFoundException { in GameManager()
|
H A D | UiModeManager.java | 35 import android.os.ServiceManager.ServiceNotFoundException; 465 /*package*/ UiModeManager() throws ServiceNotFoundException { in UiModeManager() 469 /*package*/ UiModeManager(Context context) throws ServiceNotFoundException { in UiModeManager()
|
H A D | SearchManager.java | 39 import android.os.ServiceManager.ServiceNotFoundException; 557 /*package*/ SearchManager(Context context, Handler handler) throws ServiceNotFoundException { in SearchManager()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | StatsServiceManager.java | 68 public IBinder getOrThrow() throws ServiceNotFoundException { in getOrThrow() 71 } catch (ServiceManager.ServiceNotFoundException e) { in getOrThrow() 72 throw new ServiceNotFoundException(mServiceName); in getOrThrow() 89 public static class ServiceNotFoundException extends ServiceManager.ServiceNotFoundException { class in StatsServiceManager 95 public ServiceNotFoundException(@NonNull String name) { in ServiceNotFoundException() method in StatsServiceManager.ServiceNotFoundException
|
H A D | BluetoothServiceManager.java | 80 public IBinder getOrThrow() throws ServiceNotFoundException { in getOrThrow() 83 } catch (ServiceManager.ServiceNotFoundException e) { in getOrThrow() 84 throw new ServiceNotFoundException(mServiceName); in getOrThrow() 102 public static class ServiceNotFoundException extends ServiceManager.ServiceNotFoundException { class in BluetoothServiceManager 109 public ServiceNotFoundException(@NonNull String name) { in ServiceNotFoundException() method in BluetoothServiceManager.ServiceNotFoundException
|
H A D | TelephonyServiceManager.java | 75 public IBinder getOrThrow() throws ServiceNotFoundException { in getOrThrow() 78 } catch (ServiceManager.ServiceNotFoundException e) { in getOrThrow() 79 throw new ServiceNotFoundException(mServiceName); in getOrThrow() 98 public static class ServiceNotFoundException extends ServiceManager.ServiceNotFoundException { class in TelephonyServiceManager 105 public ServiceNotFoundException(@NonNull String name) { in ServiceNotFoundException() method in TelephonyServiceManager.ServiceNotFoundException
|
H A D | ServiceManager.java | 161 public static IBinder getServiceOrThrow(String name) throws ServiceNotFoundException { in getServiceOrThrow() 166 throw new ServiceNotFoundException(name); in getServiceOrThrow() 369 public static class ServiceNotFoundException extends Exception { class in ServiceManager 370 public ServiceNotFoundException(String name) { in ServiceNotFoundException() method in ServiceManager.ServiceNotFoundException
|
H A D | PerformanceHintManager.java | 40 public static PerformanceHintManager create() throws ServiceManager.ServiceNotFoundException { in create() 43 throw new ServiceManager.ServiceNotFoundException(Context.PERFORMANCE_HINT_SERVICE); in create()
|
/aosp14/frameworks/base/core/java/android/nfc/ |
H A D | NfcServiceManager.java | 85 public IBinder getOrThrow() throws ServiceNotFoundException { in getOrThrow() 88 } catch (ServiceManager.ServiceNotFoundException e) { in getOrThrow() 89 throw new ServiceNotFoundException(mServiceName); in getOrThrow() 107 public static class ServiceNotFoundException extends ServiceManager.ServiceNotFoundException { class in NfcServiceManager 114 public ServiceNotFoundException(@NonNull String name) { in ServiceNotFoundException() method in NfcServiceManager.ServiceNotFoundException
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | DeviceConfigServiceManager.java | 89 public IBinder getOrThrow() throws ServiceNotFoundException { in getOrThrow() 92 } catch (ServiceManager.ServiceNotFoundException e) { in getOrThrow() 93 throw new ServiceNotFoundException(mServiceName); in getOrThrow() 117 public static class ServiceNotFoundException extends ServiceManager.ServiceNotFoundException { class in DeviceConfigServiceManager 125 public ServiceNotFoundException(@NonNull String name) { in ServiceNotFoundException() method in DeviceConfigServiceManager.ServiceNotFoundException
|
/aosp14/frameworks/base/services/core/java/com/android/server/app/ |
H A D | GameManagerShellCommand.java | 25 import android.os.ServiceManager.ServiceNotFoundException; 94 private int runListGameModes(PrintWriter pw) throws ServiceNotFoundException, RemoteException { in runListGameModes() 111 throws ServiceNotFoundException, RemoteException { in runListGameModeConfigs() 128 private int runSetGameMode(PrintWriter pw) throws ServiceNotFoundException, RemoteException { in runSetGameMode() 200 throws ServiceNotFoundException, RemoteException { in runSetGameModeConfig() 282 throws ServiceNotFoundException, RemoteException { in runResetGameModeConfig()
|
/aosp14/frameworks/base/core/java/android/app/timedetector/ |
H A D | TimeDetectorImpl.java | 23 import android.os.ServiceManager.ServiceNotFoundException; 37 public TimeDetectorImpl() throws ServiceNotFoundException { in TimeDetectorImpl()
|
/aosp14/frameworks/base/core/java/android/app/timezonedetector/ |
H A D | TimeZoneDetectorImpl.java | 23 import android.os.ServiceManager.ServiceNotFoundException; 37 public TimeZoneDetectorImpl() throws ServiceNotFoundException { in TimeZoneDetectorImpl()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/provider/ |
H A D | DeviceConfigServiceManagerTest.java | 50 public void testGetOrThrow() throws DeviceConfigServiceManager.ServiceNotFoundException { in testGetOrThrow() 54 assertThrows(DeviceConfigServiceManager.ServiceNotFoundException.class, in testGetOrThrow()
|
/aosp14/frameworks/base/core/java/android/view/textservice/ |
H A D | TextServicesManager.java | 33 import android.os.ServiceManager.ServiceNotFoundException; 103 @Nullable InputMethodManager inputMethodManager) throws ServiceNotFoundException { in TextServicesManager() 121 throws ServiceNotFoundException { in createInstance() 137 } catch (ServiceNotFoundException e) { in getInstance()
|
/aosp14/frameworks/base/core/java/android/hardware/ |
H A D | ConsumerIrManager.java | 25 import android.os.ServiceManager.ServiceNotFoundException; 42 public ConsumerIrManager(Context context) throws ServiceNotFoundException { in ConsumerIrManager()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/ |
H A D | KernelWakelockReader.java | 21 import android.os.ServiceManager.ServiceNotFoundException; 165 throws ServiceNotFoundException { in waitForSuspendControlService() 175 throw new ServiceNotFoundException(name); in waitForSuspendControlService() 186 } catch (ServiceNotFoundException e) { in getWakelockStatsFromSystemSuspend()
|
/aosp14/frameworks/base/core/java/android/hardware/lights/ |
H A D | SystemLightsManager.java | 26 import android.os.ServiceManager.ServiceNotFoundException; 50 public SystemLightsManager(@NonNull Context context) throws ServiceNotFoundException { in SystemLightsManager()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | ClipboardManager.java | 30 import android.os.ServiceManager.ServiceNotFoundException; 130 public ClipboardManager(Context context, Handler handler) throws ServiceNotFoundException { in ClipboardManager()
|
/aosp14/frameworks/base/core/api/ |
H A D | module-lib-current.txt | 340 public static class NfcServiceManager.ServiceNotFoundException extends java.lang.Exception { 341 ctor public NfcServiceManager.ServiceNotFoundException(@NonNull String); 346 …blic android.os.IBinder getOrThrow() throws android.nfc.NfcServiceManager.ServiceNotFoundException; 371 public static class BluetoothServiceManager.ServiceNotFoundException extends java.lang.Exception { 372 ctor public BluetoothServiceManager.ServiceNotFoundException(@NonNull String); 377 …android.os.IBinder getOrThrow() throws android.os.BluetoothServiceManager.ServiceNotFoundException; 426 public static class StatsServiceManager.ServiceNotFoundException extends java.lang.Exception { 427 ctor public StatsServiceManager.ServiceNotFoundException(@NonNull String); 432 …lic android.os.IBinder getOrThrow() throws android.os.StatsServiceManager.ServiceNotFoundException; 484 …public static class DeviceConfigServiceManager.ServiceNotFoundException extends java.lang.Exceptio… [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/log/ |
H A D | BiometricContextProvider.java | 32 import android.os.ServiceManager.ServiceNotFoundException; 70 } catch (ServiceNotFoundException e) { in defaultProvider()
|
/aosp14/frameworks/base/core/java/android/net/ |
H A D | NetworkScoreManager.java | 33 import android.os.ServiceManager.ServiceNotFoundException; 233 public NetworkScoreManager(Context context) throws ServiceNotFoundException { in NetworkScoreManager()
|
/aosp14/frameworks/base/core/java/android/app/time/ |
H A D | TimeManager.java | 30 import android.os.ServiceManager.ServiceNotFoundException; 64 public TimeManager() throws ServiceNotFoundException { in TimeManager()
|
/aosp14/frameworks/base/core/java/android/permission/ |
H A D | PermissionCheckerManager.java | 89 throws ServiceManager.ServiceNotFoundException { in PermissionCheckerManager()
|