Home
last modified time | relevance | path

Searched refs:ServiceNotFoundException (Results 1 – 25 of 47) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java489 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 DGameManager.java35 import android.os.ServiceManager.ServiceNotFoundException;
95 GameManager(Context context, Handler handler) throws ServiceNotFoundException { in GameManager()
H A DUiModeManager.java35 import android.os.ServiceManager.ServiceNotFoundException;
465 /*package*/ UiModeManager() throws ServiceNotFoundException { in UiModeManager()
469 /*package*/ UiModeManager(Context context) throws ServiceNotFoundException { in UiModeManager()
H A DSearchManager.java39 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 DStatsServiceManager.java68 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 DBluetoothServiceManager.java80 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 DTelephonyServiceManager.java75 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 DServiceManager.java161 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 DPerformanceHintManager.java40 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 DNfcServiceManager.java85 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 DDeviceConfigServiceManager.java89 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 DGameManagerShellCommand.java25 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 DTimeDetectorImpl.java23 import android.os.ServiceManager.ServiceNotFoundException;
37 public TimeDetectorImpl() throws ServiceNotFoundException { in TimeDetectorImpl()
/aosp14/frameworks/base/core/java/android/app/timezonedetector/
H A DTimeZoneDetectorImpl.java23 import android.os.ServiceManager.ServiceNotFoundException;
37 public TimeZoneDetectorImpl() throws ServiceNotFoundException { in TimeZoneDetectorImpl()
/aosp14/frameworks/base/core/tests/coretests/src/android/provider/
H A DDeviceConfigServiceManagerTest.java50 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 DTextServicesManager.java33 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 DConsumerIrManager.java25 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 DKernelWakelockReader.java21 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 DSystemLightsManager.java26 import android.os.ServiceManager.ServiceNotFoundException;
50 public SystemLightsManager(@NonNull Context context) throws ServiceNotFoundException { in SystemLightsManager()
/aosp14/frameworks/base/core/java/android/content/
H A DClipboardManager.java30 import android.os.ServiceManager.ServiceNotFoundException;
130 public ClipboardManager(Context context, Handler handler) throws ServiceNotFoundException { in ClipboardManager()
/aosp14/frameworks/base/core/api/
H A Dmodule-lib-current.txt340 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 DBiometricContextProvider.java32 import android.os.ServiceManager.ServiceNotFoundException;
70 } catch (ServiceNotFoundException e) { in defaultProvider()
/aosp14/frameworks/base/core/java/android/net/
H A DNetworkScoreManager.java33 import android.os.ServiceManager.ServiceNotFoundException;
233 public NetworkScoreManager(Context context) throws ServiceNotFoundException { in NetworkScoreManager()
/aosp14/frameworks/base/core/java/android/app/time/
H A DTimeManager.java30 import android.os.ServiceManager.ServiceNotFoundException;
64 public TimeManager() throws ServiceNotFoundException { in TimeManager()
/aosp14/frameworks/base/core/java/android/permission/
H A DPermissionCheckerManager.java89 throws ServiceManager.ServiceNotFoundException { in PermissionCheckerManager()

12