Home
last modified time | relevance | path

Searched refs:suspendStartTime (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DAppScanStats.java85 public long suspendStartTime; field in AppScanStats.LastScan
124 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()
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java3109 long suspendStartTime = SystemClock.elapsedRealtime(); in suspendWithRetries() local
3143 totalWaitDurationMs += (suspendStopTime - suspendStartTime); in suspendWithRetries()