HomeSort by relevance Sort by last modified time
    Searched refs:USER_TURN_ON (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/server/
BluetoothAdapterStateMachine.java 42 * TURN_OFF | | SCAN_MODE_CHANGED m1 | | USER_TURN_ON
73 static final int USER_TURN_ON = 1;
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...]
BluetoothService.java 492 mBluetoothState.sendMessage(BluetoothAdapterStateMachine.USER_TURN_ON, saveSetting);
    [all...]

Completed in 781 milliseconds