Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
H A DHeadsetServiceTest.java353 mHeadsetService.getStateMachinesThreadLooper(), mHeadsetService, in testConnectDevice_connectDeviceAboveLimit()
356 eq(mHeadsetService.getStateMachinesThreadLooper()), eq(mHeadsetService), in testConnectDevice_connectDeviceAboveLimit()
457 mHeadsetService.getStateMachinesThreadLooper(), mHeadsetService, in testConnectAudio_withMultipleDevices()
460 eq(mHeadsetService.getStateMachinesThreadLooper()), eq(mHeadsetService), in testConnectAudio_withMultipleDevices()
533 mHeadsetService.getStateMachinesThreadLooper(), mHeadsetService, in testConnectAudio_connectTwoAudioChannelsShouldFail()
536 eq(mHeadsetService.getStateMachinesThreadLooper()), eq(mHeadsetService), in testConnectAudio_connectTwoAudioChannelsShouldFail()
609 mHeadsetService.getStateMachinesThreadLooper(), mHeadsetService, in testConnectAudio_firstConnectedAudioDevice()
708 mHeadsetService.getStateMachinesThreadLooper()); in testPhoneStateChange_noDeviceSaveState()
765 mHeadsetService.getStateMachinesThreadLooper()); in testPhoneStateChange_oneDeviceSaveState()
784 mHeadsetService.getStateMachinesThreadLooper()); in testPhoneStateChange_oneDeviceSaveState()
[all …]
H A DHeadsetServiceAndStateMachineTest.java287 mHeadsetService.getStateMachinesThreadLooper(), mHeadsetService, mAdapterService, in testConnectFromApi()
330 mHeadsetService.getStateMachinesThreadLooper(), mHeadsetService, mAdapterService, in testUnbondDevice_disconnectBeforeUnbond()
373 mHeadsetService.getStateMachinesThreadLooper(), mHeadsetService, mAdapterService, in testUnbondDevice_disconnectAfterUnbond()
573 mHeadsetService.getStateMachinesThreadLooper()); in testDialingOutCall_NormalDialingOut()
581 mHeadsetService.getStateMachinesThreadLooper()); in testDialingOutCall_NormalDialingOut()
590 mHeadsetService.getStateMachinesThreadLooper()); in testDialingOutCall_NormalDialingOut()
660 mHeadsetService.getStateMachinesThreadLooper()); in testDialingOutCall_DialingOutPreemptVirtualCall()
1179 mHeadsetService.getStateMachinesThreadLooper(), mHeadsetService, mAdapterService, in connectTestDevice()
H A DHeadsetPhoneStateTest.java89 when(mHeadsetService.getStateMachinesThreadLooper()).thenReturn(mHandlerThread.getLooper()); in setUp()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetPhoneState.java87 mHandler = new Handler(headsetService.getStateMachinesThreadLooper()); in HeadsetPhoneState()
H A DHeadsetService.java264 public Looper getStateMachinesThreadLooper() { in getStateMachinesThreadLooper() method in HeadsetService