Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DHealthStatsBatteryStatsWriter.java251 addTimer(uidWriter, UidHealthStats.TIMER_BLUETOOTH_SCAN, uid.getBluetoothScanTimer()); in writeUid()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsBackgroundStatsTest.java242 BatteryStats.Timer timer = bi.getUidStats().get(UID).getBluetoothScanTimer(); in testAppBluetoothScan()
/frameworks/base/core/java/android/os/
DBatteryStats.java576 public abstract Timer getBluetoothScanTimer(); in getBluetoothScanTimer() method in BatteryStats.Uid
3435 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpCheckinLocked()
4672 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpLocked()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java6299 public Timer getBluetoothScanTimer() { in getBluetoothScanTimer() method in BatteryStatsImpl.Uid