Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/os/
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
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
DServiceManager.java148 public static IBinder getServiceOrThrow(String name) throws ServiceNotFoundException { in getServiceOrThrow()
153 throw new ServiceNotFoundException(name); in getServiceOrThrow()
326 public static class ServiceNotFoundException extends Exception { class in ServiceManager
327 public ServiceNotFoundException(String name) { in ServiceNotFoundException() method in ServiceManager.ServiceNotFoundException
DPerformanceHintManager.java34 public static PerformanceHintManager create() throws ServiceManager.ServiceNotFoundException { in create()
37 throw new ServiceManager.ServiceNotFoundException(Context.PERFORMANCE_HINT_SERVICE); in create()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java171 import android.os.ServiceManager.ServiceNotFoundException;
287 public AccountManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
318 public AlarmManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
348 public HdmiControlManager createService() throws ServiceNotFoundException { in registerService()
363 public FontManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
371 public ClipboardManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
384 public PacProxyManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
392 public IBinder createService() throws ServiceNotFoundException { in registerService()
408 public VpnManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
417 public VcnManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
[all …]
DGameManager.java31 import android.os.ServiceManager.ServiceNotFoundException;
81 GameManager(Context context, Handler handler) throws ServiceNotFoundException { in GameManager()
DUiModeManager.java34 import android.os.ServiceManager.ServiceNotFoundException;
273 /*package*/ UiModeManager() throws ServiceNotFoundException { in UiModeManager()
277 /*package*/ UiModeManager(Context context) throws ServiceNotFoundException { in UiModeManager()
DDreamManager.java43 public DreamManager(Context context) throws ServiceManager.ServiceNotFoundException { in DreamManager()
DSearchManager.java39 import android.os.ServiceManager.ServiceNotFoundException;
557 /*package*/ SearchManager(Context context, Handler handler) throws ServiceNotFoundException { in SearchManager()
/frameworks/layoutlib/bridge/src/android/os/
DServiceManager.java36 public static IBinder getServiceOrThrow(String name) throws ServiceNotFoundException { in getServiceOrThrow()
37 throw new ServiceNotFoundException(name); in getServiceOrThrow()
89 public static class ServiceNotFoundException extends Exception { class in ServiceManager
91 public ServiceNotFoundException(String name) { in ServiceNotFoundException() method in ServiceManager.ServiceNotFoundException
/frameworks/base/core/java/android/util/imetracing/
DImeTracing.java25 import android.os.ServiceManager.ServiceNotFoundException;
59 ImeTracing() throws ServiceNotFoundException { in ImeTracing()
76 } catch (RemoteException | ServiceNotFoundException e) { in getInstance()
DImeTracingClientImpl.java22 import android.os.ServiceManager.ServiceNotFoundException;
33 ImeTracingClientImpl() throws ServiceNotFoundException, RemoteException { in ImeTracingClientImpl()
DImeTracingServerImpl.java24 import android.os.ServiceManager.ServiceNotFoundException;
73 ImeTracingServerImpl() throws ServiceNotFoundException { in ImeTracingServerImpl()
/frameworks/base/core/java/android/app/timezonedetector/
DTimeZoneDetectorImpl.java23 import android.os.ServiceManager.ServiceNotFoundException;
37 public TimeZoneDetectorImpl() throws ServiceNotFoundException { in TimeZoneDetectorImpl()
/frameworks/base/core/java/android/app/timedetector/
DTimeDetectorImpl.java23 import android.os.ServiceManager.ServiceNotFoundException;
37 public TimeDetectorImpl() throws ServiceNotFoundException { in TimeDetectorImpl()
/frameworks/base/core/java/android/view/textservice/
DTextServicesManager.java32 import android.os.ServiceManager.ServiceNotFoundException;
102 @Nullable InputMethodManager inputMethodManager) throws ServiceNotFoundException { in TextServicesManager()
119 throws ServiceNotFoundException { in createInstance()
135 } catch (ServiceNotFoundException e) { in getInstance()
/frameworks/base/core/java/android/hardware/
DConsumerIrManager.java25 import android.os.ServiceManager.ServiceNotFoundException;
42 public ConsumerIrManager(Context context) throws ServiceNotFoundException { in ConsumerIrManager()
/frameworks/base/core/java/com/android/internal/os/
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()
/frameworks/base/core/java/android/hardware/lights/
DSystemLightsManager.java26 import android.os.ServiceManager.ServiceNotFoundException;
50 public SystemLightsManager(@NonNull Context context) throws ServiceNotFoundException { in SystemLightsManager()
/frameworks/base/core/java/android/app/time/
DTimeManager.java28 import android.os.ServiceManager.ServiceNotFoundException;
62 public TimeManager() throws ServiceNotFoundException { in TimeManager()
/frameworks/base/core/java/android/content/
DClipboardManager.java30 import android.os.ServiceManager.ServiceNotFoundException;
113 public ClipboardManager(Context context, Handler handler) throws ServiceNotFoundException { in ClipboardManager()
/frameworks/base/services/core/java/com/android/server/app/
DGameManagerShellCommand.java41 import android.os.ServiceManager.ServiceNotFoundException;
144 private int runGameMode(PrintWriter pw) throws ServiceNotFoundException, RemoteException { in runGameMode()
/frameworks/base/core/java/android/net/
DNetworkScoreManager.java33 import android.os.ServiceManager.ServiceNotFoundException;
229 public NetworkScoreManager(Context context) throws ServiceNotFoundException { in NetworkScoreManager()
/frameworks/base/core/java/android/permission/
DPermissionCheckerManager.java89 throws ServiceManager.ServiceNotFoundException { in PermissionCheckerManager()
/frameworks/base/core/java/android/view/textclassifier/
DTextClassificationManager.java193 } catch (ServiceManager.ServiceNotFoundException e) { in getSystemTextClassifier()

12