/aosp12/frameworks/base/core/java/android/app/compat/ |
H A D | CompatChanges.java | 119 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in putPackageOverrides() 143 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in removePackageOverrides()
|
H A D | ChangeIdStateCache.java | 67 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in recompute()
|
/aosp12/frameworks/base/tests/PlatformCompatGating/src/com/android/compat/testing/ |
H A D | DummyApi.java | 75 .asInterface(ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in dummySystemServer()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/library/ |
H A D | AndroidTestBaseUpdater.java | 63 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in isChangeEnabled()
|
/aosp12/frameworks/base/tests/PlatformCompatGating/test-rules/src/android/compat/testing/ |
H A D | PlatformCompatChangeRule.java | 93 .asInterface(ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in evaluate()
|
/aosp12/frameworks/base/tests/PlatformCompatGating/src/com/android/tests/gating/ |
H A D | PlatformCompatCommandNotInstalledTest.kt | 94 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE))
|
H A D | PlatformCompatPermissionsTest.java | 64 .asInterface(ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in setUp()
|
/aosp12/frameworks/base/services/core/java/com/android/server/app/ |
H A D | GameManagerShellCommand.java | 109 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE); in onCommand()
|
H A D | GameManagerService.java | 125 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in GameManagerService()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/ |
H A D | PackageParser2.java | 68 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in forParsingFileWithDefaults()
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/result/ |
H A D | ParseTypeImpl.java | 89 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in forDefaultParsing()
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/compat/ |
H A D | PlatformCompatDashboard.java | 95 .asInterface(ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in getPlatformCompat()
|
/aosp12/frameworks/base/services/core/java/com/android/server/compat/overrides/ |
H A D | AppCompatOverridesService.java | 83 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)), SUPPORTED_NAMESPACES); in AppCompatOverridesService()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | OomAdjuster.java | 294 IBinder b = ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE); in PlatformCompatCache() 297 Context.PLATFORM_COMPAT_SERVICE); in PlatformCompatCache()
|
H A D | ActivityManagerShellCommand.java | 2938 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE);
|
H A D | ActiveServices.java | 520 final IBinder b = ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE); in ActiveServices()
|
H A D | ActivityManagerService.java | 2271 Context.PLATFORM_COMPAT_SERVICE); in ActivityManagerService() 2615 addServiceToMap(mAppBindArgs, Context.PLATFORM_COMPAT_SERVICE); in getCommonServicesLocked()
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | Context.java | 5389 public static final String PLATFORM_COMPAT_SERVICE = "platform_compat"; field in Context
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AbstractAccessibilityServiceConnection.java | 280 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in AbstractAccessibilityServiceConnection()
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/manageapplications/ |
H A D | ManageApplications.java | 369 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in reportIfRestrictedSawIntent()
|
/aosp12/frameworks/base/services/java/com/android/server/ |
H A D | SystemServer.java | 1012 ServiceManager.addService(Context.PLATFORM_COMPAT_SERVICE, platformCompat); in startBootstrapServices()
|
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | InputMethodManagerService.java | 1614 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in InputMethodManagerService()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/permission/ |
H A D | PermissionManagerService.java | 287 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE));
|
/aosp12/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsService.java | 290 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE));
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 2097 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in init()
|