Home
last modified time | relevance | path

Searched defs:makeStateMachine (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassObjectsFactory.java73 public BassClientStateMachine makeStateMachine(BluetoothDevice device, in makeStateMachine() method in BassObjectsFactory
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetObjectsFactory.java73 public HeadsetStateMachine makeStateMachine(BluetoothDevice device, Looper looper, in makeStateMachine() method in HeadsetObjectsFactory
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java154 private AvrcpControllerStateMachine makeStateMachine(BluetoothDevice device) { in makeStateMachine() method in AvrcpControllerStateMachineTest