Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/compat/
H A DCompatChanges.java119 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in putPackageOverrides()
143 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in removePackageOverrides()
H A DChangeIdStateCache.java67 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in recompute()
/aosp12/frameworks/base/tests/PlatformCompatGating/src/com/android/compat/testing/
H A DDummyApi.java75 .asInterface(ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in dummySystemServer()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/library/
H A DAndroidTestBaseUpdater.java63 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in isChangeEnabled()
/aosp12/frameworks/base/tests/PlatformCompatGating/test-rules/src/android/compat/testing/
H A DPlatformCompatChangeRule.java93 .asInterface(ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in evaluate()
/aosp12/frameworks/base/tests/PlatformCompatGating/src/com/android/tests/gating/
H A DPlatformCompatCommandNotInstalledTest.kt94 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE))
H A DPlatformCompatPermissionsTest.java64 .asInterface(ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in setUp()
/aosp12/frameworks/base/services/core/java/com/android/server/app/
H A DGameManagerShellCommand.java109 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE); in onCommand()
H A DGameManagerService.java125 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in GameManagerService()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageParser2.java68 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in forParsingFileWithDefaults()
/aosp12/frameworks/base/core/java/android/content/pm/parsing/result/
H A DParseTypeImpl.java89 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in forDefaultParsing()
/aosp12/packages/apps/Settings/src/com/android/settings/development/compat/
H A DPlatformCompatDashboard.java95 .asInterface(ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in getPlatformCompat()
/aosp12/frameworks/base/services/core/java/com/android/server/compat/overrides/
H A DAppCompatOverridesService.java83 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)), SUPPORTED_NAMESPACES); in AppCompatOverridesService()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DOomAdjuster.java294 IBinder b = ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE); in PlatformCompatCache()
297 Context.PLATFORM_COMPAT_SERVICE); in PlatformCompatCache()
H A DActivityManagerShellCommand.java2938 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE);
H A DActiveServices.java520 final IBinder b = ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE); in ActiveServices()
H A DActivityManagerService.java2271 Context.PLATFORM_COMPAT_SERVICE); in ActivityManagerService()
2615 addServiceToMap(mAppBindArgs, Context.PLATFORM_COMPAT_SERVICE); in getCommonServicesLocked()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java5389 public static final String PLATFORM_COMPAT_SERVICE = "platform_compat"; field in Context
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAbstractAccessibilityServiceConnection.java280 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in AbstractAccessibilityServiceConnection()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
H A DManageApplications.java369 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in reportIfRestrictedSawIntent()
/aosp12/frameworks/base/services/java/com/android/server/
H A DSystemServer.java1012 ServiceManager.addService(Context.PLATFORM_COMPAT_SERVICE, platformCompat); in startBootstrapServices()
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java1614 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in InputMethodManagerService()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DPermissionManagerService.java287 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE));
/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java290 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE));
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2097 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in init()