Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java158 import android.os.ServiceManager.ServiceNotFoundException;
263 public AccountManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
295 public AlarmManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
325 public HdmiControlManager createService() throws ServiceNotFoundException { in registerService()
340 public ClipboardManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
353 … public ConnectivityManager createService(Context context) throws ServiceNotFoundException { in registerService()
361 public IBinder createService() throws ServiceNotFoundException { in registerService()
378 public IpSecManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
387 public VpnManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
398 throws ServiceNotFoundException { in registerService()
[all …]
DUiModeManager.java32 import android.os.ServiceManager.ServiceNotFoundException;
223 /*package*/ UiModeManager() throws ServiceNotFoundException { in UiModeManager()
227 /*package*/ UiModeManager(Context context) throws ServiceNotFoundException { in UiModeManager()
DDreamManager.java43 public DreamManager(Context context) throws ServiceManager.ServiceNotFoundException { in DreamManager()
DSearchManager.java38 import android.os.ServiceManager.ServiceNotFoundException;
556 /*package*/ SearchManager(Context context, Handler handler) throws ServiceNotFoundException { in SearchManager()
DKeyguardManager.java41 import android.os.ServiceManager.ServiceNotFoundException;
420 KeyguardManager(Context context) throws ServiceNotFoundException { in KeyguardManager()
/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()
297 public static class ServiceNotFoundException extends Exception { class in ServiceManager
298 public ServiceNotFoundException(String name) { in ServiceNotFoundException() method in ServiceManager.ServiceNotFoundException
/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/non-updatable-api/
Dmodule-lib-current.txt10 public static class StatsServiceManager.ServiceNotFoundException extends java.lang.Exception {
11 ctor public StatsServiceManager.ServiceNotFoundException(@NonNull String);
16 …lic android.os.IBinder getOrThrow() throws android.os.StatsServiceManager.ServiceNotFoundException;
/frameworks/base/core/java/android/view/textservice/
DTextServicesManager.java27 import android.os.ServiceManager.ServiceNotFoundException;
86 private TextServicesManager(@UserIdInt int userId) throws ServiceNotFoundException { in TextServicesManager()
102 throws ServiceNotFoundException { in createInstance()
117 } catch (ServiceNotFoundException e) { in getInstance()
/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/hardware/
DConsumerIrManager.java25 import android.os.ServiceManager.ServiceNotFoundException;
42 public ConsumerIrManager(Context context) throws ServiceNotFoundException { in ConsumerIrManager()
DSensorPrivacyManager.java88 } catch (ServiceManager.ServiceNotFoundException e) { in getInstance()
/frameworks/base/core/java/android/hardware/lights/
DLightsManager.java31 import android.os.ServiceManager.ServiceNotFoundException;
75 public LightsManager(@NonNull Context context) throws ServiceNotFoundException { in LightsManager()
/frameworks/base/core/java/android/content/
DClipboardManager.java26 import android.os.ServiceManager.ServiceNotFoundException;
86 public ClipboardManager(Context context, Handler handler) throws ServiceNotFoundException { in ClipboardManager()
/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/com/android/internal/os/
DKernelWakelockReader.java21 import android.os.ServiceManager.ServiceNotFoundException;
165 } catch (ServiceNotFoundException e) { in getWakelockStatsFromSystemSuspend()
/frameworks/base/api/
Dmodule-lib-current.txt143 public static class StatsServiceManager.ServiceNotFoundException extends java.lang.Exception {
144 ctor public StatsServiceManager.ServiceNotFoundException(@NonNull String);
149 …lic android.os.IBinder getOrThrow() throws android.os.StatsServiceManager.ServiceNotFoundException;
/frameworks/base/core/java/android/hardware/display/
DColorDisplayManager.java32 import android.os.ServiceManager.ServiceNotFoundException;
525 } catch (ServiceNotFoundException e) { in getInstance()
/frameworks/base/core/java/android/view/textclassifier/
DTextClassificationManager.java192 } catch (ServiceManager.ServiceNotFoundException e) { in getSystemTextClassifier()
/frameworks/base/core/java/android/app/slice/
DSliceManager.java42 import android.os.ServiceManager.ServiceNotFoundException;
112 public SliceManager(Context context, Handler handler) throws ServiceNotFoundException { in SliceManager()
/frameworks/base/core/java/android/app/usage/
DNetworkStatsManager.java43 import android.os.ServiceManager.ServiceNotFoundException;
133 public NetworkStatsManager(Context context) throws ServiceNotFoundException { in NetworkStatsManager()
/frameworks/base/core/java/android/hardware/location/
DContextHubManager.java36 import android.os.ServiceManager.ServiceNotFoundException;
957 public ContextHubManager(Context context, Looper mainLooper) throws ServiceNotFoundException {

12