/frameworks/base/core/java/android/app/ |
D | SystemServiceRegistry.java | 158 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 …]
|
D | UiModeManager.java | 32 import android.os.ServiceManager.ServiceNotFoundException; 223 /*package*/ UiModeManager() throws ServiceNotFoundException { in UiModeManager() 227 /*package*/ UiModeManager(Context context) throws ServiceNotFoundException { in UiModeManager()
|
D | DreamManager.java | 43 public DreamManager(Context context) throws ServiceManager.ServiceNotFoundException { in DreamManager()
|
D | SearchManager.java | 38 import android.os.ServiceManager.ServiceNotFoundException; 556 /*package*/ SearchManager(Context context, Handler handler) throws ServiceNotFoundException { in SearchManager()
|
D | KeyguardManager.java | 41 import android.os.ServiceManager.ServiceNotFoundException; 420 KeyguardManager(Context context) throws ServiceNotFoundException { in KeyguardManager()
|
/frameworks/base/core/java/android/os/ |
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
|
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
|
D | ServiceManager.java | 148 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/ |
D | ServiceManager.java | 36 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/ |
D | module-lib-current.txt | 10 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/ |
D | TextServicesManager.java | 27 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/ |
D | TimeZoneDetectorImpl.java | 23 import android.os.ServiceManager.ServiceNotFoundException; 37 public TimeZoneDetectorImpl() throws ServiceNotFoundException { in TimeZoneDetectorImpl()
|
/frameworks/base/core/java/android/app/timedetector/ |
D | TimeDetectorImpl.java | 23 import android.os.ServiceManager.ServiceNotFoundException; 37 public TimeDetectorImpl() throws ServiceNotFoundException { in TimeDetectorImpl()
|
/frameworks/base/core/java/android/hardware/ |
D | ConsumerIrManager.java | 25 import android.os.ServiceManager.ServiceNotFoundException; 42 public ConsumerIrManager(Context context) throws ServiceNotFoundException { in ConsumerIrManager()
|
D | SensorPrivacyManager.java | 88 } catch (ServiceManager.ServiceNotFoundException e) { in getInstance()
|
/frameworks/base/core/java/android/hardware/lights/ |
D | LightsManager.java | 31 import android.os.ServiceManager.ServiceNotFoundException; 75 public LightsManager(@NonNull Context context) throws ServiceNotFoundException { in LightsManager()
|
/frameworks/base/core/java/android/content/ |
D | ClipboardManager.java | 26 import android.os.ServiceManager.ServiceNotFoundException; 86 public ClipboardManager(Context context, Handler handler) throws ServiceNotFoundException { in ClipboardManager()
|
/frameworks/base/core/java/android/net/ |
D | NetworkScoreManager.java | 33 import android.os.ServiceManager.ServiceNotFoundException; 229 public NetworkScoreManager(Context context) throws ServiceNotFoundException { in NetworkScoreManager()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | KernelWakelockReader.java | 21 import android.os.ServiceManager.ServiceNotFoundException; 165 } catch (ServiceNotFoundException e) { in getWakelockStatsFromSystemSuspend()
|
/frameworks/base/api/ |
D | module-lib-current.txt | 143 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/ |
D | ColorDisplayManager.java | 32 import android.os.ServiceManager.ServiceNotFoundException; 525 } catch (ServiceNotFoundException e) { in getInstance()
|
/frameworks/base/core/java/android/view/textclassifier/ |
D | TextClassificationManager.java | 192 } catch (ServiceManager.ServiceNotFoundException e) { in getSystemTextClassifier()
|
/frameworks/base/core/java/android/app/slice/ |
D | SliceManager.java | 42 import android.os.ServiceManager.ServiceNotFoundException; 112 public SliceManager(Context context, Handler handler) throws ServiceNotFoundException { in SliceManager()
|
/frameworks/base/core/java/android/app/usage/ |
D | NetworkStatsManager.java | 43 import android.os.ServiceManager.ServiceNotFoundException; 133 public NetworkStatsManager(Context context) throws ServiceNotFoundException { in NetworkStatsManager()
|
/frameworks/base/core/java/android/hardware/location/ |
D | ContextHubManager.java | 36 import android.os.ServiceManager.ServiceNotFoundException; 957 public ContextHubManager(Context context, Looper mainLooper) throws ServiceNotFoundException {
|