Searched refs:HotOff (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/server/
H A DBluetoothAdapterStateMachine.java50 * (HotOff)-------------------------->- PER_PROCESS_TURN_ON
63 * m2 = Transition to HotOff when number of process wanting BT on is 0.
135 private HotOff mHotOff;
142 // When turning off, broadcast STATE_OFF in the last HotOff state
143 // This is because we do HotOff -> PowerOff -> HotOff for USER_TURN_OFF
163 mHotOff = new HotOff();
336 case USER_TURN_ON: // handle this at HotOff state
337 case TURN_ON_CONTINUE: // Once in HotOff state, continue turn bluetooth
361 private class HotOff extend class in class:BluetoothAdapterStateMachine
[all...]

Completed in 25 milliseconds