Searched refs:bleTimer (Results 1 – 1 of 1) sorted by relevance
4089 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpCheckinLocked() local4090 if (bleTimer != null) { in dumpCheckinLocked()4092 final long totalTime = (bleTimer.getTotalTimeLocked(rawRealtime, which) + 500) in dumpCheckinLocked()4095 final int count = bleTimer.getCountLocked(which); in dumpCheckinLocked()4099 final long actualTime = bleTimer.getTotalDurationMsLocked(rawRealtimeMs); in dumpCheckinLocked()5521 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpLocked()5522 if (bleTimer != null) { in dumpLocked()5524 final long totalTimeMs = (bleTimer.getTotalTimeLocked(rawRealtime, which) + 500) in dumpLocked()5527 final int count = bleTimer.getCountLocked(which); in dumpLocked()5531 final long actualTimeMs = bleTimer.getTotalDurationMsLocked(rawRealtimeMs); in dumpLocked()[all …]