Home | History | Annotate | Download | only in utility

Lines Matching refs:endTime

286      * @param endTime the end time for the test
291 long endTime, boolean startInDaylightTime) {
292 long startingEndTime = endTime;
296 while ((endTime - startTime) > MINUTES) {
297 long checkTime = ((startTime + endTime) / 2) + 1;
301 endTime = checkTime;
308 if (endTime == startingEndTime) {