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

  /frameworks/base/core/java/android/server/
BluetoothService.java 98 private BluetoothAdapterStateMachine mBluetoothState;
322 mBluetoothState = new BluetoothAdapterStateMachine(mContext, this, mAdapter);
323 mBluetoothState.start();
326 mBluetoothState.sendMessage(BluetoothAdapterStateMachine.TURN_HOT);
328 mEventLoop = mBluetoothState.getBluetoothEventLoop();
360 return mBluetoothState.getBluetoothAdapterState();
389 mBluetoothState.sendMessage(BluetoothAdapterStateMachine.USER_TURN_OFF, saveSetting);
498 mBluetoothState.sendMessage(BluetoothAdapterStateMachine.USER_TURN_ON, saveSetting);
636 mBluetoothState.sendMessage(BluetoothAdapterStateMachine.SERVICE_RECORD_LOADED);
    [all...]
BluetoothEventLoop.java 56 private final BluetoothAdapterStateMachine mBluetoothState;
111 mBluetoothState = bluetoothState;
329 mBluetoothState.sendMessage(BluetoothAdapterStateMachine.SCAN_MODE_CHANGED);
377 mBluetoothState.sendMessage(BluetoothAdapterStateMachine.POWER_STATE_CHANGED,
    [all...]

Completed in 84 milliseconds