Searched refs:mBluetoothScanTimer (Results 1 – 2 of 2) sorted by relevance
29 mBluetoothScanTimer = new StopwatchTimer(mClocks, null, -14, null, mOnBatteryTimeBase); in MockBatteryStatsImpl()
491 protected StopwatchTimer mBluetoothScanTimer; field in BatteryStatsImpl4835 mBluetoothScanTimer.startRunningLocked(elapsedRealtime); in noteBluetoothScanStartedLocked()4858 mBluetoothScanTimer.stopRunningLocked(elapsedRealtime); in noteBluetoothScanStoppedLocked()4879 mBluetoothScanTimer.stopAllRunningLocked(elapsedRealtime); in noteResetBluetoothScanLocked()5489 return mBluetoothScanTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getBluetoothScanTime()5613 DualTimer mBluetoothScanTimer; field in BatteryStatsImpl.Uid6093 if (mBluetoothScanTimer == null) { in createBluetoothScanTimerLocked()6094 mBluetoothScanTimer = new DualTimer(mBsi.mClocks, Uid.this, BLUETOOTH_SCAN_ON, in createBluetoothScanTimerLocked()6098 return mBluetoothScanTimer; in createBluetoothScanTimerLocked()6118 if (mBluetoothScanTimer != null) { in noteBluetoothScanStoppedLocked()[all …]