Searched defs:SHOW_NOTIFICATION_SNOOZE (Results 1 – 2 of 2) sorted by relevance
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
8102 public static final String SHOW_NOTIFICATION_SNOOZE = "show_notification_snooze"; field in Settings.Secure9175 VALIDATORS.put(SHOW_NOTIFICATION_SNOOZE, BOOLEAN_VALIDATOR); in VALIDATORS.put() argument