Searched defs:USER_TURN_ON (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/server/
H A DBluetoothAdapterStateMachine.java42 * TURN_OFF | | SCAN_MODE_CHANGED m1 | | USER_TURN_ON
73 static final int USER_TURN_ON = 1; field in class:BluetoothAdapterStateMachine
103 // USER_TURN_ON is changed to TURN_ON_CONTINUE after we broadcast the
176 case USER_TURN_ON:
314 case USER_TURN_ON: // handle this at HotOff state
351 case USER_TURN_ON:
475 case USER_TURN_ON:
538 case USER_TURN_ON:
550 recoverStateMachine(USER_TURN_ON, false);
628 case USER_TURN_ON
[all...]

Completed in 48 milliseconds