Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceTest.java142 }).when(mObjectsFactory).makeStateMachine(any(), any(), any(), any(), any(), any()); in setUp()
249 verify(mObjectsFactory).makeStateMachine(mCurrentDevice, in testConnectDevice_connectDeviceBelowLimit()
268 verify(mObjectsFactory).makeStateMachine(any(), any(), any(), any(), any(), any()); in testConnectDevice_connectDeviceBelowLimit()
286 verify(mObjectsFactory).makeStateMachine(mCurrentDevice, in testMessageFromNative_deviceConnected()
323 verify(mObjectsFactory).makeStateMachine(mCurrentDevice, in testMessageFromNative_deviceConnectingUnknown()
362 verify(mObjectsFactory).makeStateMachine(mCurrentDevice, in testConnectDevice_connectDeviceAboveLimit()
365 verify(mObjectsFactory, times(i + 1)).makeStateMachine(any(BluetoothDevice.class), in testConnectDevice_connectDeviceAboveLimit()
391 verify(mObjectsFactory, times(MAX_HEADSET_CONNECTIONS + 1)).makeStateMachine( in testConnectDevice_connectDeviceAboveLimit()
413 verify(mObjectsFactory).makeStateMachine(mCurrentDevice, in testConnectAudio_withOneDevice()
466 verify(mObjectsFactory).makeStateMachine(mCurrentDevice, in testConnectAudio_withMultipleDevices()
[all …]
DHeadsetServiceAndStateMachineTest.java212 .makeStateMachine(any(), any(), any(), any(), any(), any()); in setUp()
287 verify(mObjectsFactory).makeStateMachine(device, in testConnectFromApi()
331 verify(mObjectsFactory).makeStateMachine(device, in testUnbondDevice_disconnectBeforeUnbond()
375 verify(mObjectsFactory).makeStateMachine(device, in testUnbondDevice_disconnectAfterUnbond()
1166 verify(mObjectsFactory).makeStateMachine(device, in connectTestDevice()
DHeadsetStateMachineTest.java126 .makeStateMachine(mTestDevice, mHandlerThread.getLooper(), mHeadsetService, in setUp()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetObjectsFactory.java73 public HeadsetStateMachine makeStateMachine(BluetoothDevice device, Looper looper, in makeStateMachine() method in HeadsetObjectsFactory
DHeadsetService.java305 .makeStateMachine(stackEvent.device, in messageFromNative()
698 .makeStateMachine(device, mStateMachinesThread.getLooper(), this, in connect()