Home
last modified time | relevance | path

Searched refs:mBluetoothScanTimer (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DMockBatteryStatsImpl.java42 mBluetoothScanTimer = new StopwatchTimer(mClocks, null, -14, null, mOnBatteryTimeBase); in MockBatteryStatsImpl()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java866 protected StopwatchTimer mBluetoothScanTimer; field in BatteryStatsImpl
5703 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.Uid
7340 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 …]