/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
H A D | RestrictedTopLevelPreference.java | 77 public void checkRestrictionAndSetDisabled(String userRestriction) { in checkRestrictionAndSetDisabled() 87 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) { in checkRestrictionAndSetDisabled()
|
H A D | RestrictedPreference.java | 91 public void checkRestrictionAndSetDisabled(String userRestriction) { in checkRestrictionAndSetDisabled() 95 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) { in checkRestrictionAndSetDisabled()
|
H A D | RestrictedPreferenceHelper.java | 66 final TypedValue userRestriction = in RestrictedPreferenceHelper() local 169 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) { in checkRestrictionAndSetDisabled()
|
H A D | RestrictedSwitchPreference.java | 194 public void checkRestrictionAndSetDisabled(String userRestriction) { in checkRestrictionAndSetDisabled() 198 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) { in checkRestrictionAndSetDisabled()
|
H A D | RestrictedLockUtilsInternal.java | 93 String userRestriction, int userId) { in checkIfRestrictionEnforced() 136 String userRestriction, int userId) { in hasBaseUserRestriction()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/ |
H A D | InjectedSetting.java | 72 public final String userRestriction; field in InjectedSetting 173 public Builder setUserRestriction(String userRestriction) { in setUserRestriction()
|
H A D | SettingsInjector.java | 283 final String userRestriction = sa.getString( in parseAttributes() local
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/ |
H A D | RestrictedLockUtilsTest.java | 93 final String userRestriction = UserManager.DISALLOW_UNINSTALL_APPS; in checkIfRestrictionEnforced_deviceOwner() local 111 final String userRestriction = UserManager.DISALLOW_UNINSTALL_APPS; in checkIfRestrictionEnforced_profileOwner() local
|
/aosp14/frameworks/base/core/java/android/app/admin/ |
H A D | DevicePolicyManagerInternal.java | 140 public abstract Intent createUserRestrictionSupportIntent(int userId, String userRestriction); in createUserRestrictionSupportIntent()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | PersistentDataBlockService.java | 254 private void enforceUserRestriction(String userRestriction) { in enforceUserRestriction()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserRestrictionsUtils.java | 897 String userRestriction, boolean newValue) { in getNewUserRestrictionSetting()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
H A D | QSTileImpl.java | 532 protected void checkIfRestrictionEnforcedByAdminOnly(State state, String userRestriction) { in checkIfRestrictionEnforcedByAdminOnly()
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 13872 String userRestriction, String callerPackageName, int userId) { in enforcePermissionForUserRestriction() 16004 public Intent createUserRestrictionSupportIntent(int userId, String userRestriction) { in createUserRestrictionSupportIntent()
|