Home
last modified time | relevance | path

Searched defs:SHOW_NOTIFICATION_SNOOZE (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
H A DSnoozeNotificationPreferenceControllerTest.java76 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
101 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, OFF); in setChecked_setTrue_enablesSetting() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationMenuRowTest.java103 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/validators/
H A DSecureSettingsValidators.java200 VALIDATORS.put(Secure.SHOW_NOTIFICATION_SNOOZE, BOOLEAN_VALIDATOR); in VALIDATORS.put()
/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