Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceTest.java282 mHeadsetService.getStateMachinesThreadLooper(), in testConnectDevice_connectDeviceBelowLimit()
321 mHeadsetService.getStateMachinesThreadLooper(), in testMessageFromNative_deviceConnected()
364 mHeadsetService.getStateMachinesThreadLooper(), in testMessageFromNative_deviceConnectingUnknown()
407 mHeadsetService.getStateMachinesThreadLooper(), in testConnectDevice_connectDeviceAboveLimit()
415 eq(mHeadsetService.getStateMachinesThreadLooper()), in testConnectDevice_connectDeviceAboveLimit()
446 eq(mHeadsetService.getStateMachinesThreadLooper()), in testConnectDevice_connectDeviceAboveLimit()
472 mHeadsetService.getStateMachinesThreadLooper(), in testConnectAudio_withOneDevice()
531 mHeadsetService.getStateMachinesThreadLooper(), in testConnectAudio_withMultipleDevices()
539 eq(mHeadsetService.getStateMachinesThreadLooper()), in testConnectAudio_withMultipleDevices()
623 mHeadsetService.getStateMachinesThreadLooper(), in testConnectAudio_connectTwoAudioChannelsShouldFail()
[all …]
DHeadsetPhoneStateTest.java82 when(mHeadsetService.getStateMachinesThreadLooper()).thenReturn(mHandlerThread.getLooper()); in setUp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetPhoneState.java91 mHandler = new Handler(headsetService.getStateMachinesThreadLooper()); in HeadsetPhoneState()
DHeadsetService.java323 public Looper getStateMachinesThreadLooper() { in getStateMachinesThreadLooper() method in HeadsetService