Searched refs:nextShowTime (Results 1 – 2 of 2) sorted by relevance
155 long nextShowTime = Math.max( in updateIndication() local158 if (timeSinceLastIndicationSwitch >= nextShowTime) { in updateIndication()162 nextShowTime - timeSinceLastIndicationSwitch); in updateIndication()
97 long nextShowTime = noThanksDelay == NEVER ? NEVER : getCurrentTime() + noThanksDelay; in onClick() local98 editor.putLong(NEXT_SHOW_TIME, nextShowTime); in onClick()