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

/frameworks/base/core/java/android/server/
H A DBluetoothService.java97 private BluetoothAdapterStateMachine mBluetoothState;
319 mBluetoothState = new BluetoothAdapterStateMachine(mContext, this, mAdapter);
323 mBluetoothState.sendMessage(BluetoothAdapterStateMachine.TURN_HOT);
386 mBluetoothState.sendMessage(BluetoothAdapterStateMachine.USER_TURN_OFF, saveSetting);
492 mBluetoothState.sendMessage(BluetoothAdapterStateMachine.USER_TURN_ON, saveSetting);
596 mBluetoothState.sendMessage(BluetoothAdapterStateMachine.SERVICE_RECORD_LOADED);
1633 type = BluetoothAdapterStateMachine.PER_PROCESS_TURN_ON;
1635 type = BluetoothAdapterStateMachine.PER_PROCESS_TURN_OFF;
1669 mBluetoothState.sendMessage(BluetoothAdapterStateMachine.AIRPLANE_MODE_ON);
1671 mBluetoothState.sendMessage(BluetoothAdapterStateMachine
[all...]
H A DBluetoothEventLoop.java56 private final BluetoothAdapterStateMachine mBluetoothState;
108 BluetoothAdapterStateMachine bluetoothState) {
298 * {@link BluetoothAdapterStateMachine} to set the "Pairable"
325 mBluetoothState.sendMessage(BluetoothAdapterStateMachine.SCAN_MODE_CHANGED);
373 mBluetoothState.sendMessage(BluetoothAdapterStateMachine.POWER_STATE_CHANGED,
H A DBluetoothAdapterStateMachine.java66 final class BluetoothAdapterStateMachine extends StateMachine { class in inherits:StateMachine
67 private static final String TAG = "BluetoothAdapterStateMachine";
137 BluetoothAdapterStateMachine(Context context, BluetoothService bluetoothService, method in class:BluetoothAdapterStateMachine

Completed in 33 milliseconds