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.java29 mBluetoothScanTimer = new StopwatchTimer(mClocks, null, -14, null, mOnBatteryTimeBase); in MockBatteryStatsImpl()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java491 protected StopwatchTimer mBluetoothScanTimer; field in BatteryStatsImpl
4835 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.Uid
6093 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 …]