Home
last modified time | relevance | path

Searched defs:getUserRestriction (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsRestrictions.java95 boolean getUserRestriction(Object clientToken, int userId, int code, String packageName, in getUserRestriction() method
H A DAppOpsRestrictionsImpl.java153 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 DUserManagerInternal.java182 public abstract boolean getUserRestriction(int userId, String key); in getUserRestriction() method in UserManagerInternal