Searched defs:getUserRestriction (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsRestrictions.java | 95 boolean getUserRestriction(Object clientToken, int userId, int code, String packageName, in getUserRestriction() method
|
H A D | AppOpsRestrictionsImpl.java | 153 private boolean getUserRestriction(Object clientToken, int userId, int code) { in getUserRestriction() method in AppOpsRestrictionsImpl 167 public boolean getUserRestriction(Object clientToken, int userId, int code, String packageName, in getUserRestriction() method in AppOpsRestrictionsImpl
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserManagerInternal.java | 182 public abstract boolean getUserRestriction(int userId, String key); in getUserRestriction() method in UserManagerInternal
|