Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DHealthStatsBatteryStatsWriter.java250 addTimer(uidWriter, UidHealthStats.TIMER_BLUETOOTH_SCAN, uid.getBluetoothScanTimer()); in writeUid()
/frameworks/base/core/java/android/os/
DBatteryStats.java452 public abstract Timer getBluetoothScanTimer(); in getBluetoothScanTimer() method in BatteryStats.Uid
3143 dumpTimer(pw, uid, category, BLUETOOTH_MISC_DATA, u.getBluetoothScanTimer(), in dumpCheckinLocked()
4194 uidActivity |= printTimer(pw, sb, u.getBluetoothScanTimer(), rawRealtime, which, prefix, in dumpLocked()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java5454 public Timer getBluetoothScanTimer() { in getBluetoothScanTimer() method in BatteryStatsImpl.Uid