Searched refs:lastMillis (Results 1 – 1 of 1) sorted by relevance
60 private var lastMillis: Long = -1L variable in com.android.tools.metalava.ProgressTracker69 if (lastMillis == -1L) { in getCpuStats()70 lastMillis = nowMillis in getCpuStats()79 val realDeltaMs = nowMillis - lastMillis in getCpuStats()84 lastMillis = nowMillis in getCpuStats()