Searched refs:scanTimeUs (Results 1 – 1 of 1) sorted by relevance
6843 long scanTimeUs = mBluetoothScanTimer.getTotalTimeLocked(elapsedTimeUs, in retrieveBluetoothScanTimesLocked() local6845 if (scanTimeUs != 0) { in retrieveBluetoothScanTimesLocked()6847 callback.onBluetoothScanTime(uid, (scanTimeUs + 500) / 1000); in retrieveBluetoothScanTimesLocked()7131 long scanTimeUs = uidStats.getWifiScanTime(elapsedTimeUs, STATS_SINCE_CHARGED); in retrieveWifiScanTimesLocked() local7137 if (scanTimeUs != 0 || batchScanTimeUs != 0) { in retrieveWifiScanTimesLocked()7138 callback.onWifiScanTime(uid, (scanTimeUs + 500) / 1000, in retrieveWifiScanTimesLocked()