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

/frameworks/base/core/java/android/server/
H A DBluetoothAdapterStateMachine.java103 // USER_TURN_ON is changed to TURN_ON_CONTINUE after we broadcast the
106 private static final int TURN_ON_CONTINUE = 101; field in class:BluetoothAdapterStateMachine
186 deferMessage(obtainMessage(TURN_ON_CONTINUE));
205 deferMessage(obtainMessage(TURN_ON_CONTINUE));
315 case TURN_ON_CONTINUE: // Once in HotOff state, continue turn bluetooth
356 // let it fall to TURN_ON_CONTINUE:
358 case TURN_ON_CONTINUE:
549 // reset the state machine and send it TURN_ON_CONTINUE message

Completed in 82 milliseconds