Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/
H A DBatteryStats.java4336 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpCheckinLocked() local
4337 if (bleTimer != null) { in dumpCheckinLocked()
4342 final int count = bleTimer.getCountLocked(which); in dumpCheckinLocked()
5721 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpLocked()
5722 if (bleTimer != null) { in dumpLocked()
5727 final int count = bleTimer.getCountLocked(which); in dumpLocked()
5761 if (bleTimer.isRunningLocked()) { in dumpLocked()
5773 if (bleTimer.isRunningLocked()) { in dumpLocked()
7528 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpProtoAppsLocked() local
7529 if (bleTimer != null) { in dumpProtoAppsLocked()
[all …]