Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRowTest.java18 import static android.provider.Settings.Secure.SHOW_NOTIFICATION_SNOOZE;
106 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, 0); in testNoAppOpsInSlowSwipe() local
118 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, 0); in testNoSnoozeInSlowSwipe() local
130 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, 1); in testSnoozeInSlowSwipe() local
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/backup/
DSecureSettings.java131 Settings.Secure.SHOW_NOTIFICATION_SNOOZE,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationMenuRow.java19 import static android.provider.Settings.Secure.SHOW_NOTIFICATION_SNOOZE;
260 SHOW_NOTIFICATION_SNOOZE, 0) == 1; in createMenuViews()
/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSecureSettingsValidators.java190 VALIDATORS.put(Secure.SHOW_NOTIFICATION_SNOOZE, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
/frameworks/base/core/java/android/provider/
DSettings.java8174 public static final String SHOW_NOTIFICATION_SNOOZE = "show_notification_snooze"; field in Settings.Secure