Searched refs:checkRestrictionAndSetDisabled (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
H A D | RestrictedTopLevelPreference.java | 77 public void checkRestrictionAndSetDisabled(String userRestriction) { in checkRestrictionAndSetDisabled() method in RestrictedTopLevelPreference 78 mHelper.checkRestrictionAndSetDisabled(userRestriction, UserHandle.myUserId()); in checkRestrictionAndSetDisabled() 87 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) { in checkRestrictionAndSetDisabled() method in RestrictedTopLevelPreference 88 mHelper.checkRestrictionAndSetDisabled(userRestriction, userId); in checkRestrictionAndSetDisabled()
|
H A D | RestrictedPreference.java | 91 public void checkRestrictionAndSetDisabled(String userRestriction) { in checkRestrictionAndSetDisabled() method in RestrictedPreference 92 mHelper.checkRestrictionAndSetDisabled(userRestriction, UserHandle.myUserId()); in checkRestrictionAndSetDisabled() 95 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) { in checkRestrictionAndSetDisabled() method in RestrictedPreference 96 mHelper.checkRestrictionAndSetDisabled(userRestriction, userId); in checkRestrictionAndSetDisabled()
|
H A D | RestrictedSwitchPreference.java | 194 public void checkRestrictionAndSetDisabled(String userRestriction) { in checkRestrictionAndSetDisabled() method in RestrictedSwitchPreference 195 mHelper.checkRestrictionAndSetDisabled(userRestriction, UserHandle.myUserId()); in checkRestrictionAndSetDisabled() 198 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) { in checkRestrictionAndSetDisabled() method in RestrictedSwitchPreference 199 mHelper.checkRestrictionAndSetDisabled(userRestriction, userId); in checkRestrictionAndSetDisabled()
|
H A D | RestrictedPreferenceHelper.java | 159 checkRestrictionAndSetDisabled(mAttrUserRestriction, UserHandle.myUserId()); in onAttachedToHierarchy() 169 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) { in checkRestrictionAndSetDisabled() method in RestrictedPreferenceHelper
|