Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
H A DSnoozeNotificationPreferenceControllerTest.java20 import static android.provider.Settings.Secure.SHOW_NOTIFICATION_SNOOZE;
76 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, OFF); in isChecked_settingIsOff_shouldReturnFalse() local
83 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, ON); in isChecked_settingIsOn_shouldReturnTrue() local
90 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, ON); in setChecked_setFalse_disablesSetting() local
94 SHOW_NOTIFICATION_SNOOZE, -1); in setChecked_setFalse_disablesSetting()
101 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, OFF); in setChecked_setTrue_enablesSetting() local
105 SHOW_NOTIFICATION_SNOOZE, -1); in setChecked_setTrue_enablesSetting()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A DSnoozeNotificationPreferenceController.java19 import static android.provider.Settings.Secure.SHOW_NOTIFICATION_SNOOZE;
49 SHOW_NOTIFICATION_SNOOZE, OFF) == ON; in isChecked()
55 SHOW_NOTIFICATION_SNOOZE, isChecked ? ON : OFF); in setChecked()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationMenuRowTest.java18 import static android.provider.Settings.Secure.SHOW_NOTIFICATION_SNOOZE;
103 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, 0); in testNoAppOpsInSlowSwipe() local
116 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, 0); in testNoSnoozeInSlowSwipe() local
129 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, 1); in testSnoozeInSlowSwipe() local
142 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, 1); in testSlowSwipe_newDismiss() local
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
H A DSecureSettings.java135 Settings.Secure.SHOW_NOTIFICATION_SNOOZE,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationMenuRow.java19 import static android.provider.Settings.Secure.SHOW_NOTIFICATION_SNOOZE;
263 SHOW_NOTIFICATION_SNOOZE, 0) == 1; in createMenuViews()
H A DNotificationContentView.java1351 Settings.Secure.SHOW_NOTIFICATION_SNOOZE, 0) == 1; in applySnoozeAction()
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
H A DSecureSettingsValidators.java200 VALIDATORS.put(Secure.SHOW_NOTIFICATION_SNOOZE, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/aosp12/frameworks/base/core/java/android/provider/
H A DSettings.java9074 public static final String SHOW_NOTIFICATION_SNOOZE = "show_notification_snooze"; field in Settings.Secure
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java5628 Settings.Secure.SHOW_NOTIFICATION_SNOOZE, 0) == 1; in isSnoozeSettingEnabled()