Searched refs:bleTimer (Results 1 – 1 of 1) sorted by relevance
4829 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpCheckinLocked() local4830 if (bleTimer != null) { in dumpCheckinLocked()4832 final long totalTime = (bleTimer.getTotalTimeLocked(rawRealtime, which) + 500) in dumpCheckinLocked()4835 final int count = bleTimer.getCountLocked(which); in dumpCheckinLocked()4839 final long actualTime = bleTimer.getTotalDurationMsLocked(rawRealtimeMs); in dumpCheckinLocked()6230 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpLocked()6231 if (bleTimer != null) { in dumpLocked()6233 final long totalTimeMs = (bleTimer.getTotalTimeLocked(rawRealtime, which) + 500) in dumpLocked()6236 final int count = bleTimer.getCountLocked(which); in dumpLocked()6240 final long actualTimeMs = bleTimer.getTotalDurationMsLocked(rawRealtimeMs); in dumpLocked()[all …]