/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | ImePlatformCompatUtils.java | 34 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE));
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | PlatformCompatCache.java | 78 IBinder b = ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE); in PlatformCompatCache() 81 Context.PLATFORM_COMPAT_SERVICE); in PlatformCompatCache()
|
H A D | ComponentAliasResolver.java | 141 Context.PLATFORM_COMPAT_SERVICE); in onSystemReady()
|
H A D | ActivityManagerShellCommand.java | 3530 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE);
|
H A D | ActiveServices.java | 664 final IBinder b = ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE); in ActiveServices()
|
/aosp14/frameworks/base/tests/PlatformCompatGating/src/com/android/compat/testing/ |
H A D | DummyApi.java | 75 .asInterface(ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in dummySystemServer()
|
/aosp14/frameworks/base/core/java/android/app/compat/ |
H A D | ChangeIdStateCache.java | 74 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in getPlatformCompatService()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/library/ |
H A D | AndroidTestBaseUpdater.java | 65 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in isChangeEnabled()
|
/aosp14/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()
|
/aosp14/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()
|
/aosp14/frameworks/base/core/java/android/content/pm/parsing/result/ |
H A D | ParseTypeImpl.java | 88 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in forDefaultParsing()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/ |
H A D | PackageParser2.java | 68 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in forParsingFileWithDefaults()
|
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
H A D | InputMethodManagerServiceTestBase.java | 176 .when(() -> ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in setUp()
|
/aosp14/frameworks/base/services/core/java/com/android/server/compat/overrides/ |
H A D | AppCompatOverridesService.java | 87 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)), SUPPORTED_NAMESPACES); in AppCompatOverridesService()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ForegroundServiceTypePolicy.java | 990 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in overrideChangeIdForTest() 997 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in clearOverrideForTest()
|
H A D | StatusBarManager.java | 595 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE));
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | Zygote.java | 1466 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in getMemorySafetyRuntimeFlagsForSecondaryZygote()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | Context.java | 5995 public static final String PLATFORM_COMPAT_SERVICE = "platform_compat"; field in Context
|
/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/permission/ |
H A D | PermissionService.kt | 139 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AbstractAccessibilityServiceConnection.java | 348 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in AbstractAccessibilityServiceConnection()
|
/aosp14/frameworks/base/services/java/com/android/server/ |
H A D | SystemServer.java | 1100 ServiceManager.addService(Context.PLATFORM_COMPAT_SERVICE, platformCompat); in startBootstrapServices()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageInstallerSession.java | 2464 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE)); in isTargetSdkConditionSatisfied()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/permission/ |
H A D | PermissionManagerServiceImpl.java | 286 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE));
|
/aosp14/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsService.java | 264 ServiceManager.getService(Context.PLATFORM_COMPAT_SERVICE));
|