Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java312 int mBluetoothState = -1; field in BatteryStatsImpl
3752 if (mBluetoothState != bluetoothState) { in noteBluetoothStateLocked()
3754 if (mBluetoothState >= 0) { in noteBluetoothStateLocked()
3755 mBluetoothStateTimer[mBluetoothState].stopRunningLocked(elapsedRealtime); in noteBluetoothStateLocked()
3757 mBluetoothState = bluetoothState; in noteBluetoothStateLocked()