Home | History | Annotate | Download | only in phone

Lines Matching refs:earliestTime

503         long earliestTime = Long.MAX_VALUE;
508 if (time < earliestTime) {
509 earliestTime = time;