Home
last modified time | relevance | path

Searched defs:userRestriction (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedPreferenceHelper.java54 final TypedValue userRestriction = in RestrictedPreferenceHelper() local
136 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) { in checkRestrictionAndSetDisabled()
DRestrictedPreference.java92 public void checkRestrictionAndSetDisabled(String userRestriction) { in checkRestrictionAndSetDisabled()
96 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) { in checkRestrictionAndSetDisabled()
DRestrictedSwitchPreference.java152 public void checkRestrictionAndSetDisabled(String userRestriction) { in checkRestrictionAndSetDisabled()
156 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) { in checkRestrictionAndSetDisabled()
DRestrictedLockUtils.java79 String userRestriction, int userId) { in checkIfRestrictionEnforced()
124 String userRestriction, int userId) { in hasBaseUserRestriction()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DRestrictedLockUtilsTest.java85 final String userRestriction = UserManager.DISALLOW_UNINSTALL_APPS; in checkIfRestrictionEnforced_deviceOwner() local
103 final String userRestriction = UserManager.DISALLOW_UNINSTALL_APPS; in checkIfRestrictionEnforced_profileOwner() local
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManagerInternal.java104 public abstract Intent createUserRestrictionSupportIntent(int userId, String userRestriction); in createUserRestrictionSupportIntent()
/frameworks/base/services/core/java/com/android/server/
DPersistentDataBlockService.java193 private void enforceUserRestriction(String userRestriction) { in enforceUserRestriction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java371 protected void checkIfRestrictionEnforcedByAdminOnly(State state, String userRestriction) { in checkIfRestrictionEnforcedByAdminOnly()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java9012 ComponentName admin, String userRestriction, int userId) { in isAdminAffectedByRestriction()
10387 public Intent createUserRestrictionSupportIntent(int userId, String userRestriction) { in createUserRestrictionSupportIntent()