Searched refs:NotificationChannelWarningsPreferenceController (Results 1 – 3 of 3) sorted by relevance
49 private NotificationChannelWarningsPreferenceController mController;55 mController = new NotificationChannelWarningsPreferenceController(mContext); in setup()68 NotificationChannelWarningsPreferenceController.SETTING_VALUE_ON); in onPreferenceChange_settingEnabled_shouldEnableNotificationChannelWarnings()79 NotificationChannelWarningsPreferenceController.SETTING_VALUE_OFF); in onPreferenceChange_settingDisabled_shouldDisableNotificationChannelWarnings()86 NotificationChannelWarningsPreferenceController.SETTING_VALUE_ON); in updateState_settingEnabled_preferenceShouldBeChecked()97 NotificationChannelWarningsPreferenceController.SETTING_VALUE_OFF); in updateState_settingDisabled_preferenceShouldNotBeChecked()123 NotificationChannelWarningsPreferenceController.SETTING_VALUE_OFF); in onDeveloperOptionsSwitchDisabled_preferenceShouldBeDisabled()
30 public class NotificationChannelWarningsPreferenceController extends class42 public NotificationChannelWarningsPreferenceController(Context context) { in NotificationChannelWarningsPreferenceController() method in NotificationChannelWarningsPreferenceController
747 controllers.add(new NotificationChannelWarningsPreferenceController(context)); in buildPreferenceControllers()