Searched refs:getBluetoothScanTimer (Results 1 – 4 of 4) sorted by relevance
251 addTimer(uidWriter, UidHealthStats.TIMER_BLUETOOTH_SCAN, uid.getBluetoothScanTimer()); in writeUid()
242 BatteryStats.Timer timer = bi.getUidStats().get(UID).getBluetoothScanTimer(); in testAppBluetoothScan()
576 public abstract Timer getBluetoothScanTimer(); in getBluetoothScanTimer() method in BatteryStats.Uid3435 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpCheckinLocked()4672 final Timer bleTimer = u.getBluetoothScanTimer(); in dumpLocked()
6299 public Timer getBluetoothScanTimer() { in getBluetoothScanTimer() method in BatteryStatsImpl.Uid