Searched refs:timeSinceLastIndicationSwitch (Results 1 – 1 of 1) sorted by relevance
163 long timeSinceLastIndicationSwitch = currTime - mLastIndicationSwitch; in updateIndication() local164 boolean currMsgShownForMinTime = timeSinceLastIndicationSwitch >= minShowDuration; in updateIndication()174 scheduleShowNextIndication(minShowDuration - timeSinceLastIndicationSwitch); in updateIndication()180 if (timeSinceLastIndicationSwitch >= nextShowTime) { in updateIndication()184 nextShowTime - timeSinceLastIndicationSwitch); in updateIndication()