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()
239 verify(mObjectsFactory).makeStateMachine(mCurrentDevice, in testConnectDevice_connectDeviceBelowLimit()
258 verify(mObjectsFactory).makeStateMachine(any(), any(), any(), any(), any(), any()); 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()
355 verify(mObjectsFactory, times(i + 1)).makeStateMachine(any(BluetoothDevice.class), in testConnectDevice_connectDeviceAboveLimit()
381 verify(mObjectsFactory, times(MAX_HEADSET_CONNECTIONS + 1)).makeStateMachine( in testConnectDevice_connectDeviceAboveLimit()
403 verify(mObjectsFactory).makeStateMachine(mCurrentDevice, in testConnectAudio_withOneDevice()
456 verify(mObjectsFactory).makeStateMachine(mCurrentDevice, in testConnectAudio_withMultipleDevices()
[all …]
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()
1162 verify(mObjectsFactory).makeStateMachine(device, in connectTestDevice()
DHeadsetStateMachineTest.java130 .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.java314 .makeStateMachine(stackEvent.device, in messageFromNative()
730 .makeStateMachine(device, mStateMachinesThread.getLooper(), this, in connect()