Searched refs:nowMs (Results 1 – 3 of 3) sorted by relevance
105 long nowMs = System.currentTimeMillis(); in onCreate() local106 long startTimeMs = nowMs - nowMs % PROGRAM_LENGTH_MILLIS; in onCreate()
208 long nowMs = System.currentTimeMillis(); in getGpsWeekWithRollover() local209 long elapsedTimeFromGpsEpochMs = nowMs - GPS_EPOCH_AS_UNIX_EPOCH_MS; in getGpsWeekWithRollover()
864 double nowMs = Math.round(nowUs) / 1000.; in logPerformanceResults() local865 msDiff[i] = Math.round((nowMs - lastMs) * 1000) / 1000.; in logPerformanceResults()866 lastMs = nowMs; in logPerformanceResults()