Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DWifiEnterpriseRestrictionUtils.java81 static boolean hasUserRestrictionFromT(Context context, String restrictionKey) { in hasUserRestrictionFromT()
/frameworks/base/core/java/android/os/
DIUserManager.aidl91 int getUserRestrictionSource(String restrictionKey, int userId); in getUserRestrictionSource()
92 List<UserManager.EnforcingUser> getUserRestrictionSources(String restrictionKey, int userId); in getUserRestrictionSources()
94 boolean hasBaseUserRestriction(String restrictionKey, int userId); in hasBaseUserRestriction()
95 boolean hasUserRestriction(in String restrictionKey, int userId); in hasUserRestriction()
96 boolean hasUserRestrictionOnAnyUser(in String restrictionKey); in hasUserRestrictionOnAnyUser()
DUserManager.java3950 public int getUserRestrictionSource(@UserRestrictionKey String restrictionKey, in getUserRestrictionSource()
3971 public List<EnforcingUser> getUserRestrictionSources( in getUserRestrictionSources()
4031 public boolean hasBaseUserRestriction(@UserRestrictionKey @NonNull String restrictionKey, in hasBaseUserRestriction()
4115 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey) { in hasUserRestriction()
4132 public boolean hasUserRestriction(@UserRestrictionKey String restrictionKey, in hasUserRestriction()
4153 public boolean hasUserRestrictionForUser(@NonNull @UserRestrictionKey String restrictionKey, in hasUserRestrictionForUser()
4161 private boolean hasUserRestrictionForUser(@NonNull @UserRestrictionKey String restrictionKey, in hasUserRestrictionForUser()
4174 public boolean hasUserRestrictionOnAnyUser(@UserRestrictionKey String restrictionKey) { in hasUserRestrictionOnAnyUser()
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java933 public static void moveRestriction(String restrictionKey, in moveRestriction()
DUserManagerService.java3330 public boolean hasUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasUserRestriction()
3340 public boolean hasUserRestrictionOnAnyUser(String restrictionKey) { in hasUserRestrictionOnAnyUser()
3399 public int getUserRestrictionSource(String restrictionKey, @UserIdInt int userId) { in getUserRestrictionSource()
3411 String restrictionKey, @UserIdInt int userId) { in getUserRestrictionSources()
3445 public boolean hasBaseUserRestriction(String restrictionKey, @UserIdInt int userId) { in hasBaseUserRestriction()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java1413 private boolean hasUserRestriction(String restrictionKey, UserHandle userHandle) { in hasUserRestriction()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...