Home
last modified time | relevance | path

Searched refs:mAllNotificationsToggle (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/app/
DAppChannelsBypassingDndPreferenceController.java66 private RestrictedSwitchPreference mAllNotificationsToggle; field in AppChannelsBypassingDndPreferenceController
83 mAllNotificationsToggle = new RestrictedSwitchPreference(mPreferenceCategory.getContext()); in displayPreference()
84 mAllNotificationsToggle.setTitle(R.string.zen_mode_bypassing_app_channels_toggle_all); in displayPreference()
85 mAllNotificationsToggle.setDisabledByAdmin(mAdmin); in displayPreference()
86 mAllNotificationsToggle.setEnabled(!mAppRow.banned in displayPreference()
87 && (mAdmin == null || !mAllNotificationsToggle.isDisabledByAdmin())); in displayPreference()
88 mAllNotificationsToggle.setOnPreferenceClickListener( in displayPreference()
184 mPreferenceCategory.addPreference(mAllNotificationsToggle); in populateList()
213 mAllNotificationsToggle.setChecked(areAllChannelsBypassing()); in populateList()
235 mAllNotificationsToggle.setChecked(areAllChannelsBypassing()); in populateList()