Searched refs:mBluetoothScanTimer (Results 1 – 2 of 2) sorted by relevance
42 mBluetoothScanTimer = new StopwatchTimer(mClocks, null, -14, null, mOnBatteryTimeBase); in MockBatteryStatsImpl()
866 protected StopwatchTimer mBluetoothScanTimer; field in BatteryStatsImpl5703 mBluetoothScanTimer.startRunningLocked(elapsedRealtime); in noteBluetoothScanStartedLocked()5734 mBluetoothScanTimer.stopRunningLocked(elapsedRealtime); in noteBluetoothScanStoppedLocked()5770 mBluetoothScanTimer.stopAllRunningLocked(elapsedRealtime); in noteResetBluetoothScanLocked()6589 return mBluetoothScanTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getBluetoothScanTime()6714 DualTimer mBluetoothScanTimer; field in BatteryStatsImpl.Uid7340 if (mBluetoothScanTimer == null) { in createBluetoothScanTimerLocked()7341 mBluetoothScanTimer = new DualTimer(mBsi.mClocks, Uid.this, BLUETOOTH_SCAN_ON, in createBluetoothScanTimerLocked()7345 return mBluetoothScanTimer; in createBluetoothScanTimerLocked()7366 if (mBluetoothScanTimer != null) { in noteBluetoothScanStoppedLocked()[all …]