Searched defs:SHOW_NEW_NOTIF_DISMISS (Results 1 – 2 of 2) sorted by relevance
103 Settings.Global.putInt(mContext.getContentResolver(), SHOW_NEW_NOTIF_DISMISS, 0); in testNoAppOpsInSlowSwipe() local116 Settings.Global.putInt(mContext.getContentResolver(), SHOW_NEW_NOTIF_DISMISS, 0); in testNoSnoozeInSlowSwipe() local129 Settings.Global.putInt(mContext.getContentResolver(), SHOW_NEW_NOTIF_DISMISS, 0); in testSnoozeInSlowSwipe() local142 Settings.Global.putInt(mContext.getContentResolver(), SHOW_NEW_NOTIF_DISMISS, 1); in testSlowSwipe_newDismiss() local
19076 public static final String SHOW_NEW_NOTIF_DISMISS = "show_new_notif_dismiss"; field in Settings.Global