Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
H A DHeadsetServiceTest.java239 verify(mObjectsFactory).makeStateMachine(mCurrentDevice, in testConnectDevice_connectDeviceBelowLimit()
276 verify(mObjectsFactory).makeStateMachine(mCurrentDevice, in testMessageFromNative_deviceConnected()
313 verify(mObjectsFactory).makeStateMachine(mCurrentDevice, in testMessageFromNative_deviceConnectingUnknown()
352 verify(mObjectsFactory).makeStateMachine(mCurrentDevice, in testConnectDevice_connectDeviceAboveLimit()
403 verify(mObjectsFactory).makeStateMachine(mCurrentDevice, in testConnectAudio_withOneDevice()
456 verify(mObjectsFactory).makeStateMachine(mCurrentDevice, in testConnectAudio_withMultipleDevices()
532 verify(mObjectsFactory).makeStateMachine(mCurrentDevice, in testConnectAudio_connectTwoAudioChannelsShouldFail()
608 verify(mObjectsFactory).makeStateMachine(mCurrentDevice, in testConnectAudio_firstConnectedAudioDevice()
673 verify(mObjectsFactory).makeStateMachine(mCurrentDevice, in testConnectAudio_deviceDisconnected()
732 verify(mObjectsFactory).makeStateMachine(mCurrentDevice, in testPhoneStateChange_oneDeviceSaveState()
[all …]
H A DHeadsetServiceAndStateMachineTest.java212 .makeStateMachine(any(), any(), any(), any(), any(), any()); in setUp()
286 verify(mObjectsFactory).makeStateMachine(device, in testConnectFromApi()
329 verify(mObjectsFactory).makeStateMachine(device, in testUnbondDevice_disconnectBeforeUnbond()
372 verify(mObjectsFactory).makeStateMachine(device, in testUnbondDevice_disconnectAfterUnbond()
1178 verify(mObjectsFactory).makeStateMachine(device, in connectTestDevice()
H A DHeadsetStateMachineTest.java131 .makeStateMachine(mTestDevice, mHandlerThread.getLooper(), mHeadsetService, in setUp()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetObjectsFactory.java73 public HeadsetStateMachine makeStateMachine(BluetoothDevice device, Looper looper, in makeStateMachine() method in HeadsetObjectsFactory
H A DHeadsetService.java315 .makeStateMachine(stackEvent.device, in messageFromNative()
780 .makeStateMachine(device, mStateMachinesThread.getLooper(), this, in connect()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerStateMachineTest.java139 mAvrcpStateMachine = makeStateMachine(mTestDevice); in setUp()
155 private AvrcpControllerStateMachine makeStateMachine(BluetoothDevice device) { in makeStateMachine() method in AvrcpControllerStateMachineTest