Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DBackgroundInstallControlManager.java52 @SystemService(Context.BACKGROUND_INSTALL_CONTROL_SERVICE)
67 ServiceManager.getService(Context.BACKGROUND_INSTALL_CONTROL_SERVICE)); in getService()
DSystemServiceRegistry.java1686 registerService(Context.BACKGROUND_INSTALL_CONTROL_SERVICE, in registerService() argument
/frameworks/base/services/tests/BackgroundInstallControlServiceTests/host/test-app/BackgroundInstallControlServiceTestApp/src/com/android/server/pm/test/app/
DBackgroundInstallControlServiceTest.java78 ServiceManager.getService(Context.BACKGROUND_INSTALL_CONTROL_SERVICE)); in setUp()
/frameworks/base/services/core/java/com/android/server/pm/
DBackgroundInstallControlService.java549 publishBinderService(Context.BACKGROUND_INSTALL_CONTROL_SERVICE, mBinderService); in onStart()
/frameworks/base/services/core/java/com/android/server/
DBinaryTransparencyService.java1692 ServiceManager.getService(Context.BACKGROUND_INSTALL_CONTROL_SERVICE)); in getNewlyInstalledMbas()
/frameworks/base/core/java/android/content/
DContext.java5597 public static final String BACKGROUND_INSTALL_CONTROL_SERVICE = "background_install_control"; field in Context