Searched refs:checkRestrictionAndSetDisabled (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
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()
|
D | RestrictedPreference.java | 95 public void checkRestrictionAndSetDisabled(String userRestriction) { in checkRestrictionAndSetDisabled() method in RestrictedPreference 96 mHelper.checkRestrictionAndSetDisabled(userRestriction, UserHandle.myUserId()); in checkRestrictionAndSetDisabled() 99 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) { in checkRestrictionAndSetDisabled() method in RestrictedPreference 100 mHelper.checkRestrictionAndSetDisabled(userRestriction, userId); in checkRestrictionAndSetDisabled()
|
D | RestrictedSwitchPreference.java | 166 public void checkRestrictionAndSetDisabled(String userRestriction) { in checkRestrictionAndSetDisabled() method in RestrictedSwitchPreference 167 mHelper.checkRestrictionAndSetDisabled(userRestriction, UserHandle.myUserId()); in checkRestrictionAndSetDisabled() 170 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) { in checkRestrictionAndSetDisabled() method in RestrictedSwitchPreference 171 mHelper.checkRestrictionAndSetDisabled(userRestriction, userId); in checkRestrictionAndSetDisabled()
|
D | RestrictedPreferenceHelper.java | 125 checkRestrictionAndSetDisabled(mAttrUserRestriction, UserHandle.myUserId()); in onAttachedToHierarchy() 135 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) { in checkRestrictionAndSetDisabled() method in RestrictedPreferenceHelper
|