Home
last modified time | relevance | path

Searched refs:PLATFORM_COMPAT_SERVICE (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/app/compat/
DCompatChanges.java73 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in isChangeEnabled()
104 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in isChangeEnabled()
/frameworks/base/tests/PlatformCompatGating/src/com/android/compat/testing/
DDummyApi.java75 .asInterface(ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in dummySystemServer()
/frameworks/base/tests/PlatformCompatGating/test-rules/src/android/compat/testing/
DPlatformCompatChangeRule.java93 .asInterface(ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in evaluate()
/frameworks/base/tests/PlatformCompatGating/src/com/android/tests/gating/
DPlatformCompatPermissionsTest.java63 .asInterface(ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in setUp()
/frameworks/base/core/java/android/content/
DContext.java4776 public static final String PLATFORM_COMPAT_SERVICE = "platform_compat"; field in Context
/frameworks/base/services/java/com/android/server/
DSystemServer.java665 ServiceManager.addService(Context.PLATFORM_COMPAT_SERVICE, platformCompat); in startBootstrapServices()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java2934 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE);
DActivityManagerService.java2486 Context.PLATFORM_COMPAT_SERVICE); in ActivityManagerService()