HomeSort by relevance Sort by last modified time
    Searched defs:checkRestrictionAndSetDisabled (Results 1 - 7 of 7) sorted by null

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
RestrictedPreference.java 85 public void checkRestrictionAndSetDisabled(String userRestriction) {
86 mHelper.checkRestrictionAndSetDisabled(userRestriction, UserHandle.myUserId());
89 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) {
90 mHelper.checkRestrictionAndSetDisabled(userRestriction, userId);
RestrictedSwitchPreference.java 147 public void checkRestrictionAndSetDisabled(String userRestriction) {
148 mHelper.checkRestrictionAndSetDisabled(userRestriction, UserHandle.myUserId());
151 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) {
152 mHelper.checkRestrictionAndSetDisabled(userRestriction, userId);
RestrictedPreferenceHelper.java 123 checkRestrictionAndSetDisabled(mAttrUserRestriction, UserHandle.myUserId());
133 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) {
  /packages/services/Telephony/src/com/android/phone/
RestrictedSwitchPreference.java 69 public void checkRestrictionAndSetDisabled(String userRestriction) {
  /packages/apps/Settings/src/com/android/settings/vpn2/
ManageablePreference.java 53 checkRestrictionAndSetDisabled(UserManager.DISALLOW_CONFIG_VPN, userId);
AppManagementFragment.java 226 mPreferenceAlwaysOn.checkRestrictionAndSetDisabled(UserManager.DISALLOW_CONFIG_VPN,
228 mPreferenceForget.checkRestrictionAndSetDisabled(UserManager.DISALLOW_CONFIG_VPN,
234 // setEnabled is not required here, as checkRestrictionAndSetDisabled
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSettings.java 324 profileData.addAccountPreference.checkRestrictionAndSetDisabled(

Completed in 143 milliseconds