Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java4776 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpCheckinLocked() local
4777 if (bleTimer != null) { in dumpCheckinLocked()
4782 final int count = bleTimer.getCountLocked(which); in dumpCheckinLocked()
6155 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpLocked()
6156 if (bleTimer != null) { in dumpLocked()
6161 final int count = bleTimer.getCountLocked(which); in dumpLocked()
6195 if (bleTimer.isRunningLocked()) { in dumpLocked()
6207 if (bleTimer.isRunningLocked()) { in dumpLocked()
8066 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpProtoAppsLocked() local
8067 if (bleTimer != null) { in dumpProtoAppsLocked()
[all …]