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 * USER_TURN_OFF | | SCAN_MODE_CHANGED m1 | | USER_TURN_ON
72 * For example, USER_TURN_ON received in BluetoothOn state
84 static final int USER_TURN_ON = 1;
114 // USER_TURN_ON is changed to TURN_ON_CONTINUE after we broadcast the
194 case USER_TURN_ON:
336 case USER_TURN_ON: // handle this at HotOff state
373 case USER_TURN_ON:
513 case USER_TURN_ON:
574 case USER_TURN_ON:
586 recoverStateMachine(USER_TURN_ON, false)
    [all...]
BluetoothService.java 498 mBluetoothState.sendMessage(BluetoothAdapterStateMachine.USER_TURN_ON, saveSetting);
    [all...]

Completed in 508 milliseconds