Searched refs:bleTimer (Results 1 – 1 of 1) sorted by relevance
3968 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpCheckinLocked() local3969 if (bleTimer != null) { in dumpCheckinLocked()3971 final long totalTime = (bleTimer.getTotalTimeLocked(rawRealtime, which) + 500) in dumpCheckinLocked()3974 final int count = bleTimer.getCountLocked(which); in dumpCheckinLocked()3978 final long actualTime = bleTimer.getTotalDurationMsLocked(rawRealtimeMs); in dumpCheckinLocked()5414 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpLocked() local5415 if (bleTimer != null) { in dumpLocked()5417 final long totalTimeMs = (bleTimer.getTotalTimeLocked(rawRealtime, which) + 500) in dumpLocked()5420 final int count = bleTimer.getCountLocked(which); in dumpLocked()5424 final long actualTimeMs = bleTimer.getTotalDurationMsLocked(rawRealtimeMs); in dumpLocked()[all …]