Searched refs:stopTime (Results 1 – 2 of 2) sorted by relevance
133 public long stopTime = 0; field in AppScanStats250 stopTime = SystemClock.elapsedRealtime(); in recordScanStop()251 long scanDuration = stopTime - scan.timestamp; in recordScanStop()254 long suspendDuration = stopTime - scan.suspendStartTime; in recordScanStop()324 stopTime = SystemClock.elapsedRealtime(); in recordScanResume()325 suspendDuration = stopTime - scan.suspendStartTime; in recordScanResume()
199 private static float computeVolume(long currentTime, long stopTime, long duration) {201 final float elapsedCrescendoTime = stopTime - currentTime;