Searched refs:SHOW_NOTIFICATION_SNOOZE (Results 1 – 5 of 5) sorted by relevance
18 import static android.provider.Settings.Secure.SHOW_NOTIFICATION_SNOOZE;106 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, 0); in testNoAppOpsInSlowSwipe() local118 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, 0); in testNoSnoozeInSlowSwipe() local130 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, 1); in testSnoozeInSlowSwipe() local
131 Settings.Secure.SHOW_NOTIFICATION_SNOOZE,
19 import static android.provider.Settings.Secure.SHOW_NOTIFICATION_SNOOZE;260 SHOW_NOTIFICATION_SNOOZE, 0) == 1; in createMenuViews()
190 VALIDATORS.put(Secure.SHOW_NOTIFICATION_SNOOZE, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument
8174 public static final String SHOW_NOTIFICATION_SNOOZE = "show_notification_snooze"; field in Settings.Secure