Home
last modified time | relevance | path

Searched refs:makeStateMachine (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceTest.java168 .makeStateMachine(any(), any(), any(), any(), any(), any()); in setUp()
282 .makeStateMachine( in testConnectDevice_connectDeviceBelowLimit()
307 verify(mObjectsFactory).makeStateMachine(any(), any(), any(), any(), any(), any()); in testConnectDevice_connectDeviceBelowLimit()
328 .makeStateMachine( in testMessageFromNative_deviceConnected()
376 .makeStateMachine( in testMessageFromNative_deviceConnectingUnknown()
422 .makeStateMachine( in testConnectDevice_connectDeviceAboveLimit()
430 .makeStateMachine( in testConnectDevice_connectDeviceAboveLimit()
464 .makeStateMachine( in testConnectDevice_connectDeviceAboveLimit()
492 .makeStateMachine( in testConnectAudio_withOneDevice()
558 .makeStateMachine( in testConnectAudio_withMultipleDevices()
[all …]
DHeadsetServiceAndStateMachineTest.java175 .makeStateMachine(any(), any(), any(), any(), any(), any()); in setUp()
238 .makeStateMachine( in testConnectFromApi()
287 .makeStateMachine( in testUnbondDevice_disconnectBeforeUnbond()
333 .makeStateMachine( in testUnbondDevice_disconnectAfterUnbond()
1833 .makeStateMachine( in connectTestDevice()
DHeadsetStateMachineTest.java160 .makeStateMachine( in setUp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetObjectsFactory.java71 public HeadsetStateMachine makeStateMachine( in makeStateMachine() method in HeadsetObjectsFactory
DHeadsetService.java374 .makeStateMachine( in messageFromNative()
877 .makeStateMachine( in connect()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassObjectsFactory.java73 public BassClientStateMachine makeStateMachine( in makeStateMachine() method in BassObjectsFactory
DBassClientService.java1143 .makeStateMachine( in getOrCreateStateMachine()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java146 mAvrcpStateMachine = makeStateMachine(mTestDevice); in setUp()
160 private AvrcpControllerStateMachine makeStateMachine(BluetoothDevice device) { in makeStateMachine() method in AvrcpControllerStateMachineTest
472 mAvrcpStateMachine = makeStateMachine(mTestDevice); in testGetDeviceRootNode_flagRandomDeviceIdDisabled_rootNodeMatchesUuidFormat()
485 mAvrcpStateMachine = makeStateMachine(mTestDevice); in testGetDeviceRootNode_flagRandomDeviceIdEnabled_rootNodeMatchesUuidFormat()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java278 .makeStateMachine(any(), any(), any(), any()); in setUp()
396 .makeStateMachine( in testConnect()