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

/frameworks/base/core/java/android/server/
H A DBluetoothAdapterStateMachine.java114 // USER_TURN_ON is changed to TURN_ON_CONTINUE after we broadcast the
117 private static final int TURN_ON_CONTINUE = 101; field in class:BluetoothAdapterStateMachine
204 deferMessage(obtainMessage(TURN_ON_CONTINUE));
223 deferMessage(obtainMessage(TURN_ON_CONTINUE));
337 case TURN_ON_CONTINUE: // Once in HotOff state, continue turn bluetooth
378 // let it fall to TURN_ON_CONTINUE:
380 case TURN_ON_CONTINUE:
585 // reset the state machine and send it TURN_ON_CONTINUE message

Completed in 31 milliseconds