Searched refs:checkRestrictionAndSetDisabled (Results 1 – 3 of 3) sorted by relevance
93 public void checkRestrictionAndSetDisabled(String userRestriction) { in checkRestrictionAndSetDisabled() method in RestrictedPreference94 mHelper.checkRestrictionAndSetDisabled(userRestriction, UserHandle.myUserId()); in checkRestrictionAndSetDisabled()97 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) { in checkRestrictionAndSetDisabled() method in RestrictedPreference98 mHelper.checkRestrictionAndSetDisabled(userRestriction, userId); in checkRestrictionAndSetDisabled()
153 public void checkRestrictionAndSetDisabled(String userRestriction) { in checkRestrictionAndSetDisabled() method in RestrictedSwitchPreference154 mHelper.checkRestrictionAndSetDisabled(userRestriction, UserHandle.myUserId()); in checkRestrictionAndSetDisabled()157 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) { in checkRestrictionAndSetDisabled() method in RestrictedSwitchPreference158 mHelper.checkRestrictionAndSetDisabled(userRestriction, userId); in checkRestrictionAndSetDisabled()
125 checkRestrictionAndSetDisabled(mAttrUserRestriction, UserHandle.myUserId()); in onAttachedToHierarchy()135 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) { in checkRestrictionAndSetDisabled() method in RestrictedPreferenceHelper