Searched defs:getUserRestriction (Results 1 – 3 of 3) sorted by relevance
| /frameworks/base/services/core/java/com/android/server/appop/ |
| D | AppOpsRestrictions.java | 95 boolean getUserRestriction(Object clientToken, int userId, int code, String packageName, in getUserRestriction() method
|
| 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
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | UserManagerInternal.java | 182 public abstract boolean getUserRestriction(int userId, String key); in getUserRestriction() method in UserManagerInternal
|