Home
last modified time | relevance | path

Searched refs:bleTimer (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DBatteryStats.java4304 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpCheckinLocked() local
4305 if (bleTimer != null) { in dumpCheckinLocked()
4307 final long totalTime = (bleTimer.getTotalTimeLocked(rawRealtime, which) + 500) in dumpCheckinLocked()
4310 final int count = bleTimer.getCountLocked(which); in dumpCheckinLocked()
4314 final long actualTime = bleTimer.getTotalDurationMsLocked(rawRealtimeMs); in dumpCheckinLocked()
5624 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpLocked()
5625 if (bleTimer != null) { in dumpLocked()
5627 final long totalTimeMs = (bleTimer.getTotalTimeLocked(rawRealtime, which) + 500) in dumpLocked()
5630 final int count = bleTimer.getCountLocked(which); in dumpLocked()
5634 final long actualTimeMs = bleTimer.getTotalDurationMsLocked(rawRealtimeMs); in dumpLocked()
[all …]