Searched defs:SHOW_NEW_NOTIF_DISMISS (Results 1 – 2 of 2) sorted by relevance
104 Settings.Global.putInt(mContext.getContentResolver(), SHOW_NEW_NOTIF_DISMISS, 0); in testNoAppOpsInSlowSwipe() local117 Settings.Global.putInt(mContext.getContentResolver(), SHOW_NEW_NOTIF_DISMISS, 0); in testNoSnoozeInSlowSwipe() local130 Settings.Global.putInt(mContext.getContentResolver(), SHOW_NEW_NOTIF_DISMISS, 0); in testSnoozeInSlowSwipe() local143 Settings.Global.putInt(mContext.getContentResolver(), SHOW_NEW_NOTIF_DISMISS, 1); in testSlowSwipe_newDismiss() local
17207 public static final String SHOW_NEW_NOTIF_DISMISS = "show_new_notif_dismiss"; field in Settings.Global