Searched refs:timeFromTestStartMS (Results 1 – 1 of 1) sorted by relevance
116 long timeFromTestStartMS = System.currentTimeMillis() - mStartTimeMS; in captureState() local117 long hours = TimeUnit.MILLISECONDS.toHours(timeFromTestStartMS); in captureState()118 long minutes = TimeUnit.MILLISECONDS.toMinutes(timeFromTestStartMS) - in captureState()119 TimeUnit.HOURS.toMinutes(TimeUnit.MILLISECONDS.toHours(timeFromTestStartMS)); in captureState()120 long seconds = TimeUnit.MILLISECONDS.toSeconds(timeFromTestStartMS) - in captureState()121 TimeUnit.MINUTES.toSeconds(TimeUnit.MILLISECONDS.toMinutes(timeFromTestStartMS)); in captureState()125 CapturedState cs = new CapturedState(fileNameBase, timeFromTestStartMS, rank); in captureState()