Searched refs:mShowNotificationChannelWarnings (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/
H A DDevelopmentSettings.java339 private SwitchPreference mShowNotificationChannelWarnings; field in class:DevelopmentSettings
545 mShowNotificationChannelWarnings = (SwitchPreference) findPreference(
547 mAllPrefs.add(mShowNotificationChannelWarnings);
548 mResetSwitchPrefs.add(mShowNotificationChannelWarnings);
2351 mShowNotificationChannelWarnings.isChecked() ? 1 : 0);
2356 updateSwitchPreference(mShowNotificationChannelWarnings, Settings.Global.getInt(
2538 } else if (preference == mShowNotificationChannelWarnings) {

Completed in 635 milliseconds