Searched refs:BluetoothAutoConnectStateMachine (Results 1 - 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/
H A DBluetoothAutoConnectStateMachine.java27 * BluetoothAutoConnectStateMachine is a simple state machine to manage automatic bluetooth
37 public class BluetoothAutoConnectStateMachine extends StateMachine { class in inherits:StateMachine
52 BluetoothAutoConnectStateMachine(BluetoothDeviceConnectionPolicy policy) { method in class:BluetoothAutoConnectStateMachine
67 public static BluetoothAutoConnectStateMachine make(BluetoothDeviceConnectionPolicy policy) {
68 BluetoothAutoConnectStateMachine mStateMachine = new BluetoothAutoConnectStateMachine(
H A DBluetoothDeviceConnectionPolicy.java106 private BluetoothAutoConnectStateMachine mBluetoothAutoConnectStateMachine;
472 * and start the state machine -{@link BluetoothAutoConnectStateMachine}
491 * 4. Start the {@link BluetoothAutoConnectStateMachine}
504 mBluetoothAutoConnectStateMachine = BluetoothAutoConnectStateMachine.make(this);
629 * {@link BluetoothAutoConnectStateMachine}
807 mBluetoothAutoConnectStateMachine.sendMessage(BluetoothAutoConnectStateMachine
858 BluetoothAutoConnectStateMachine.CONNECT_TIMEOUT, btParams,
859 BluetoothAutoConnectStateMachine.CONNECTION_TIMEOUT_MS);
1023 BluetoothAutoConnectStateMachine.DEVICE_CONNECTED,
1027 BluetoothAutoConnectStateMachine
[all...]

Completed in 64 milliseconds