Home
last modified time | relevance | path

Searched defs:restrictionKey (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/
DIUserManager.aidl71 int getUserRestrictionSource(String restrictionKey, int userHandle); in getUserRestrictionSource()
72 … List<UserManager.EnforcingUser> getUserRestrictionSources(String restrictionKey, int userHandle); in getUserRestrictionSources()
74 boolean hasBaseUserRestriction(String restrictionKey, int userHandle); in hasBaseUserRestriction()
75 boolean hasUserRestriction(in String restrictionKey, int userHandle); in hasUserRestriction()
76 boolean hasUserRestrictionOnAnyUser(in String restrictionKey); in hasUserRestrictionOnAnyUser()
DUserManager.java1815 public int getUserRestrictionSource(String restrictionKey, UserHandle userHandle) { in getUserRestrictionSource()
1834 String restrictionKey, UserHandle userHandle) { in getUserRestrictionSources()
1873 public boolean hasBaseUserRestriction(String restrictionKey, UserHandle userHandle) { in hasBaseUserRestriction()
1944 public boolean hasUserRestriction(String restrictionKey) { in hasUserRestriction()
1956 public boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction()
1969 public boolean hasUserRestrictionOnAnyUser(String restrictionKey) { in hasUserRestrictionOnAnyUser()
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java845 public static void moveRestriction(String restrictionKey, SparseArray<Bundle> srcRestrictions, in moveRestriction()
DUserManagerService.java1550 public boolean hasUserRestriction(String restrictionKey, int userId) { in hasUserRestriction()
1560 public boolean hasUserRestrictionOnAnyUser(String restrictionKey) { in hasUserRestrictionOnAnyUser()
1589 public int getUserRestrictionSource(String restrictionKey, int userId) { in getUserRestrictionSource()
1601 String restrictionKey, @UserIdInt int userId) { in getUserRestrictionSources()
1653 public boolean hasBaseUserRestriction(String restrictionKey, int userId) { in hasBaseUserRestriction()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...