Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java313 final StopwatchTimer[] mBluetoothStateTimer = new StopwatchTimer[NUM_BLUETOOTH_STATES]; field in BatteryStatsImpl
3755 mBluetoothStateTimer[mBluetoothState].stopRunningLocked(elapsedRealtime); in noteBluetoothStateLocked()
3758 mBluetoothStateTimer[bluetoothState].startRunningLocked(elapsedRealtime); in noteBluetoothStateLocked()
4104 return mBluetoothStateTimer[bluetoothState].getTotalTimeLocked( in getBluetoothStateTime()
4109 return mBluetoothStateTimer[bluetoothState].getCountLocked(which); in getBluetoothStateCount()
6448 mBluetoothStateTimer[i] = new StopwatchTimer(null, -500-i, null, mOnBatteryTimeBase); in BatteryStatsImpl()
6734 mBluetoothStateTimer[i].reset(false); in resetAllStatsLocked()
7961 mBluetoothStateTimer[i].readSummaryFromParcelLocked(in); in readSummaryFromParcel()
8246 mBluetoothStateTimer[i].writeSummaryFromParcelLocked(out, NOWREAL_SYS); in writeSummaryToParcel()
8549 mBluetoothStateTimer[i] = new StopwatchTimer(null, -500-i, in readFromParcelLocked()
[all …]