Home
last modified time | relevance | path

Searched refs:COMPANION_DEVICE_SERVICE (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/companion/
DCompanionDeviceManager.java61 @SystemService(Context.COMPANION_DEVICE_SERVICE)
/frameworks/base/core/java/android/content/
DContext.java3702 COMPANION_DEVICE_SERVICE,
5163 public static final String COMPANION_DEVICE_SERVICE = "companiondevice"; field in Context
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java869 registerService(Context.COMPANION_DEVICE_SERVICE, CompanionDeviceManager.class, in registerService() argument
879 ServiceManager.getServiceOrThrow(Context.COMPANION_DEVICE_SERVICE)); in registerService()
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceManagerService.java302 publishBinderService(Context.COMPANION_DEVICE_SERVICE, mImpl); in onStart()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java9352 ServiceManager.getService(Context.COMPANION_DEVICE_SERVICE));
/frameworks/base/core/api/
Dcurrent.txt10628 field public static final String COMPANION_DEVICE_SERVICE = "companiondevice";