Searched refs:bleTimer (Results 1 – 1 of 1) sorted by relevance
4141 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpCheckinLocked() local4142 if (bleTimer != null) { in dumpCheckinLocked()4144 final long totalTime = (bleTimer.getTotalTimeLocked(rawRealtime, which) + 500) in dumpCheckinLocked()4147 final int count = bleTimer.getCountLocked(which); in dumpCheckinLocked()4151 final long actualTime = bleTimer.getTotalDurationMsLocked(rawRealtimeMs); in dumpCheckinLocked()5573 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpLocked()5574 if (bleTimer != null) { in dumpLocked()5576 final long totalTimeMs = (bleTimer.getTotalTimeLocked(rawRealtime, which) + 500) in dumpLocked()5579 final int count = bleTimer.getCountLocked(which); in dumpLocked()5583 final long actualTimeMs = bleTimer.getTotalDurationMsLocked(rawRealtimeMs); in dumpLocked()[all …]