Home
last modified time | relevance | path

Searched refs:systemCaptionsServicePackageName (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DDefaultPermissionGrantPolicy.java869 String systemCaptionsServicePackageName = in grantDefaultSystemHandlerPermissions() local
871 if (!TextUtils.isEmpty(systemCaptionsServicePackageName)) { in grantDefaultSystemHandlerPermissions()
872 grantPermissionsToSystemPackage(pm, systemCaptionsServicePackageName, userId, in grantDefaultSystemHandlerPermissions()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java536 final String systemCaptionsServicePackageName = in setAllowListWhileInUsePermissionInFgs() local
538 if (!TextUtils.isEmpty(systemCaptionsServicePackageName)) { in setAllowListWhileInUsePermissionInFgs()
539 mAllowListWhileInUsePermissionInFgs.add(systemCaptionsServicePackageName); in setAllowListWhileInUsePermissionInFgs()