Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/server/backup/
DCompanionBackupHelper.java54 ServiceManager.getService(Context.COMPANION_DEVICE_SERVICE)); in getBackupPayload()
69 ServiceManager.getService(Context.COMPANION_DEVICE_SERVICE)); in applyRestoredPayload()
/frameworks/base/tests/CompanionDeviceMultiDeviceTests/client/src/android/companion/multidevices/
DCompanionDeviceManagerSnippet.kt57 context.getSystemService(Context.COMPANION_DEVICE_SERVICE) as CompanionDeviceManager in <lambda>()
/frameworks/base/core/java/android/content/
DContext.java4256 COMPANION_DEVICE_SERVICE,
5842 public static final String COMPANION_DEVICE_SERVICE = "companiondevice"; field in Context
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceManagerService.java212 publishBinderService(Context.COMPANION_DEVICE_SERVICE, impl); in onStart()
/frameworks/base/core/java/android/companion/
DCompanionDeviceManager.java101 @SystemService(Context.COMPANION_DEVICE_SERVICE)
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java908 registerService(Context.COMPANION_DEVICE_SERVICE, CompanionDeviceManager.class, in registerService() argument
918 ServiceManager.getServiceOrThrow(Context.COMPANION_DEVICE_SERVICE)); in registerService()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java10709 ServiceManager.getService(Context.COMPANION_DEVICE_SERVICE));
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt10708 field public static final String COMPANION_DEVICE_SERVICE = "companiondevice";