Searched refs:SHOW_NOTIFICATION_SNOOZE (Results 1 – 3 of 3) sorted by relevance
18 import static android.provider.Settings.Secure.SHOW_NOTIFICATION_SNOOZE;104 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, 0); in testNoAppOpsInSlowSwipe() local116 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, 0); in testNoSnoozeInSlowSwipe() local128 Settings.Secure.putInt(mContext.getContentResolver(), SHOW_NOTIFICATION_SNOOZE, 1); in testSnoozeInSlowSwipe() local
19 import static android.provider.Settings.Secure.SHOW_NOTIFICATION_SNOOZE;263 SHOW_NOTIFICATION_SNOOZE, 0) == 1; in createMenuViews()
8198 public static final String SHOW_NOTIFICATION_SNOOZE = "show_notification_snooze"; field in Settings.Secure9121 SHOW_NOTIFICATION_SNOOZE,9307 VALIDATORS.put(SHOW_NOTIFICATION_SNOOZE, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument