Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java2859 if (isRoleHeldByUid(RoleManager.ROLE_DIALER, uid)) { in getPotentialUserAllowedExemptionReason()
2862 if (isRoleHeldByUid(RoleManager.ROLE_EMERGENCY, uid)) { in getPotentialUserAllowedExemptionReason()
2935 private boolean isRoleHeldByUid(@NonNull String roleName, int uid) { in isRoleHeldByUid() method in AppRestrictionController
/aosp14/frameworks/base/services/
H A Dart-profile1323 HPLcom/android/server/am/AppRestrictionController;->isRoleHeldByUid(Ljava/lang/String;I)Z+]Landroid…