Searched refs:makeStateMachine (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetServiceTest.java | 142 }).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 …]
|
D | HeadsetServiceAndStateMachineTest.java | 212 .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()
|
D | HeadsetStateMachineTest.java | 126 .makeStateMachine(mTestDevice, mHandlerThread.getLooper(), mHeadsetService, in setUp()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetObjectsFactory.java | 73 public HeadsetStateMachine makeStateMachine(BluetoothDevice device, Looper looper, in makeStateMachine() method in HeadsetObjectsFactory
|
D | HeadsetService.java | 305 .makeStateMachine(stackEvent.device, in messageFromNative() 698 .makeStateMachine(device, mStateMachinesThread.getLooper(), this, in connect()
|