Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/server/
DBluetoothAdapterStateMachine.java133 private BluetoothOn mBluetoothOn; field in BluetoothAdapterStateMachine
161 mBluetoothOn = new BluetoothOn(); in BluetoothAdapterStateMachine()
168 addState(mBluetoothOn); in BluetoothAdapterStateMachine()
454 transitionTo(mBluetoothOn); in processMessage()
668 transitionTo(mBluetoothOn); in processMessage()
812 } else if (currentState == mBluetoothOn) { in dump()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java249 boolean mBluetoothOn; field in BatteryStatsImpl
2132 if (!mBluetoothOn) { in noteBluetoothOnLocked()
2137 mBluetoothOn = true; in noteBluetoothOnLocked()
2143 if (mBluetoothOn) { in noteBluetoothOffLocked()
2148 mBluetoothOn = false; in noteBluetoothOffLocked()
5086 mBluetoothOn = false; in readSummaryFromParcel()
5483 mBluetoothOn = false; in readFromParcelLocked()