Searched refs:nextTimeToShow (Results 1 – 2 of 2) sorted by relevance
129 long nextTimeToShow = getSharedPreferences(context).getLong(NEXT_SHOW_TIME, 0); in shouldShow() local130 if (nextTimeToShow == NEVER) { in shouldShow()134 return time >= nextTimeToShow; in shouldShow()
168 long nextTimeToShow = sp.getLong(NOTIFICATION_NEXT_SHOW_TIME, 0); in shouldShowNotification() local170 return getCurrentTime() >= nextTimeToShow; in shouldShowNotification()