Searched refs:makeStateMachine (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
H A D | HeadsetServiceTest.java | 239 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 D | HeadsetServiceAndStateMachineTest.java | 212 .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 D | HeadsetStateMachineTest.java | 131 .makeStateMachine(mTestDevice, mHandlerThread.getLooper(), mHeadsetService, in setUp()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
H A D | HeadsetObjectsFactory.java | 73 public HeadsetStateMachine makeStateMachine(BluetoothDevice device, Looper looper, in makeStateMachine() method in HeadsetObjectsFactory
|
H A D | HeadsetService.java | 315 .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 D | AvrcpControllerStateMachineTest.java | 139 mAvrcpStateMachine = makeStateMachine(mTestDevice); in setUp() 155 private AvrcpControllerStateMachine makeStateMachine(BluetoothDevice device) { in makeStateMachine() method in AvrcpControllerStateMachineTest
|