Searched refs:stopTime (Results 1 – 3 of 3) sorted by relevance
144 public long stopTime = 0; field in AppScanStats264 stopTime = SystemClock.elapsedRealtime(); in recordScanStop()265 long scanDuration = stopTime - scan.timestamp; in recordScanStop()268 long suspendDuration = stopTime - scan.suspendStartTime; in recordScanStop()341 stopTime = SystemClock.elapsedRealtime(); in recordScanResume()342 suspendDuration = stopTime - scan.suspendStartTime; in recordScanResume()
620 private fun computeVolume(currentTime: Long, stopTime: Long, duration: Long): Float { in <lambda>()622 val elapsedCrescendoTime = stopTime - currentTime.toFloat() in <lambda>()
829 long stopTime = timeDurationInSec * 1000 + SystemClock.elapsedRealtime(); in injectContinuousVhalEvent() local834 if (stopTime < SystemClock.elapsedRealtime()) { in injectContinuousVhalEvent()