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

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
RestrictedPreference.java 92 public void checkRestrictionAndSetDisabled(String userRestriction) {
93 mHelper.checkRestrictionAndSetDisabled(userRestriction, UserHandle.myUserId());
96 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) {
97 mHelper.checkRestrictionAndSetDisabled(userRestriction, userId);
RestrictedSwitchPreference.java 152 public void checkRestrictionAndSetDisabled(String userRestriction) {
153 mHelper.checkRestrictionAndSetDisabled(userRestriction, UserHandle.myUserId());
156 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) {
157 mHelper.checkRestrictionAndSetDisabled(userRestriction, userId);
RestrictedPreferenceHelper.java 126 checkRestrictionAndSetDisabled(mAttrUserRestriction, UserHandle.myUserId());
136 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) {
  /packages/apps/Settings/src/com/android/settings/widget/
RestrictedAppPreference.java 106 public void checkRestrictionAndSetDisabled() {
110 mHelper.checkRestrictionAndSetDisabled(userRestriction, UserHandle.myUserId());
113 public void checkRestrictionAndSetDisabled(String userRestriction) {
114 mHelper.checkRestrictionAndSetDisabled(userRestriction, UserHandle.myUserId());
117 public void checkRestrictionAndSetDisabled(String userRestriction, int userId) {
118 mHelper.checkRestrictionAndSetDisabled(userRestriction, userId);
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountRestrictionHelper.java 47 preference.checkRestrictionAndSetDisabled(userRestriction, userId);
  /packages/apps/Settings/src/com/android/settings/notification/
EmergencyBroadcastPreferenceController.java 63 ((RestrictedPreference) preference).checkRestrictionAndSetDisabled(
  /packages/services/Telephony/src/com/android/phone/
RestrictedSwitchPreference.java 69 public void checkRestrictionAndSetDisabled(String userRestriction) {
  /packages/apps/Settings/src/com/android/settings/vpn2/
AppManagementFragment.java 244 mPreferenceAlwaysOn.checkRestrictionAndSetDisabled(UserManager.DISALLOW_CONFIG_VPN,
246 mPreferenceLockdown.checkRestrictionAndSetDisabled(UserManager.DISALLOW_CONFIG_VPN,
248 mPreferenceForget.checkRestrictionAndSetDisabled(UserManager.DISALLOW_CONFIG_VPN,
254 // setEnabled is not required here, as checkRestrictionAndSetDisabled
ManageablePreference.java 53 checkRestrictionAndSetDisabled(UserManager.DISALLOW_CONFIG_VPN, userId);
  /packages/apps/Settings/src/com/android/settings/print/
PrintSettingPreferenceController.java 89 ((RestrictedPreference) preference).checkRestrictionAndSetDisabled(
  /packages/apps/Settings/src/com/android/settings/location/
LocationServicePreferenceController.java 95 ((RestrictedAppPreference) pref).checkRestrictionAndSetDisabled();

Completed in 403 milliseconds