Searched refs:bleTimer (Results 1 – 1 of 1) sorted by relevance
3435 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpCheckinLocked() local3436 if (bleTimer != null) { in dumpCheckinLocked()3438 final long totalTime = (bleTimer.getTotalTimeLocked(rawRealtime, which) + 500) in dumpCheckinLocked()3441 final int count = bleTimer.getCountLocked(which); in dumpCheckinLocked()3445 final long actualTime = bleTimer.getTotalDurationMsLocked(rawRealtimeMs); in dumpCheckinLocked()4672 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpLocked() local4673 if (bleTimer != null) { in dumpLocked()4675 final long totalTimeMs = (bleTimer.getTotalTimeLocked(rawRealtime, which) + 500) in dumpLocked()4678 final int count = bleTimer.getCountLocked(which); in dumpLocked()4682 final long actualTimeMs = bleTimer.getTotalDurationMsLocked(rawRealtimeMs); in dumpLocked()[all …]