Searched refs:suspendStartTime (Results 1 – 2 of 2) sorted by relevance
85 public long suspendStartTime; field in AppScanStats.LastScan124 this.suspendStartTime = 0; in LastScan()322 long suspendDuration = stopTime - scan.suspendStartTime; in recordScanStop()572 scan.suspendStartTime = SystemClock.elapsedRealtime(); in recordScanSuspend()583 long suspendDuration = stopTime - scan.suspendStartTime; in recordScanResume()767 suspendDuration = currTime - scan.suspendStartTime; in dumpToString()940 if (scan.suspendStartTime != 0) { in dumpToString()
3109 long suspendStartTime = SystemClock.elapsedRealtime(); in suspendWithRetries() local3143 totalWaitDurationMs += (suspendStopTime - suspendStartTime); in suspendWithRetries()