Home
last modified time | relevance | path

Searched refs:TIMEOUT_MS (Results 1 – 25 of 112) sorted by relevance

12345

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DActiveDeviceManagerTest.java60 private static final int TIMEOUT_MS = 1000; field in ActiveDeviceManagerTest
118 verify(mA2dpService, timeout(TIMEOUT_MS)).setActiveDevice(mA2dpDevice); in onlyA2dpConnected_setA2dpActive()
127 verify(mA2dpService, timeout(TIMEOUT_MS)).setActiveDevice(mA2dpDevice); in secondA2dpConnected_setSecondA2dpActive()
139 verify(mA2dpService, timeout(TIMEOUT_MS)).setActiveDevice(mA2dpDevice); in lastA2dpDisconnected_clearA2dpActive()
142 verify(mA2dpService, timeout(TIMEOUT_MS)).setActiveDevice(isNull()); in lastA2dpDisconnected_clearA2dpActive()
151 verify(mA2dpService, timeout(TIMEOUT_MS)).setActiveDevice(mA2dpDevice); in a2dpActiveDeviceSelected_setActive()
193 verify(mHeadsetService, timeout(TIMEOUT_MS)).setActiveDevice(isNull()); in lastHeadsetDisconnected_clearHeadsetActive()
229 verify(mA2dpService, timeout(TIMEOUT_MS)).setActiveDevice(isNull()); in hearingAidActive_clearA2dpAndHeadsetActive()
230 verify(mHeadsetService, timeout(TIMEOUT_MS)).setActiveDevice(isNull()); in hearingAidActive_clearA2dpAndHeadsetActive()
300 verify(mA2dpService, timeout(TIMEOUT_MS)).setActiveDevice(mA2dpDevice); in wiredAudioDeviceConnected_setAllActiveDevicesNull()
[all …]
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DRadioOnStateListenerTest.java55 private static final long TIMEOUT_MS = 1000; field in RadioOnStateListenerTest
76 waitForHandlerAction(mListener.getHandler(), TIMEOUT_MS /*ms timeout*/); in tearDown() local
90 waitForHandlerAction(mListener.getHandler(), TIMEOUT_MS); in testRegisterForCallback() local
115 waitForHandlerAction(mListener.getHandler(), TIMEOUT_MS); in testPhoneChangeState_OkToCallTrue() local
120 waitForHandlerAction(mListener.getHandler(), TIMEOUT_MS); in testPhoneChangeState_OkToCallTrue() local
139 waitForHandlerAction(mListener.getHandler(), TIMEOUT_MS); in testPhoneChangeState_NoOkToCall_Timeout() local
144 waitForHandlerAction(mListener.getHandler(), TIMEOUT_MS); in testPhoneChangeState_NoOkToCall_Timeout() local
168 waitForHandlerActionDelayed(mListener.getHandler(), TIMEOUT_MS, TIMEOUT_MS /*delay*/); in testTimeout_RetryFailure() local
189 waitForHandlerActionDelayed(mListener.getHandler(), TIMEOUT_MS, TIMEOUT_MS /*delay*/); in testTimeout_RetryFailure_ForEmergency() local
/aosp12/packages/services/Car/tests/carservice_unit_test/src/android/car/test/mocks/
H A DJavaMockitoHelperTest.java38 private static final long TIMEOUT_MS = 1_000L; field in JavaMockitoHelperTest
44 JavaMockitoHelper.await(semaphore, TIMEOUT_MS); in testAwait_Semaphore()
54 JavaMockitoHelper.await(latch, TIMEOUT_MS); in testAwait_CountDownLatch()
72 assertThat(JavaMockitoHelper.silentAwait(latch, TIMEOUT_MS)).isTrue(); in testSilentAwait_called()
90 assertThat(JavaMockitoHelper.getResult(future, TIMEOUT_MS)).isEqualTo("done"); in testGetResult_withCustomTimeout()
91 verify(future).get(TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetResult_withCustomTimeout()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
H A DHidDeviceTest.java62 private static final int TIMEOUT_MS = 1000; // 1s field in HidDeviceTest
296 verifyCallback(TIMEOUT_MS, CALLBACK_APP_REGISTERED, mCallbackQueue); in testRegistration()
305 verifyCallback(TIMEOUT_MS, CALLBACK_APP_UNREGISTERED, mCallbackQueue); in testRegistration()
330 verifyCallback(TIMEOUT_MS, CALLBACK_APP_REGISTERED, mCallbackQueue); in testSendReport()
367 verifyCallback(TIMEOUT_MS, CALLBACK_APP_REGISTERED, mCallbackQueue); in testReplyReport()
402 verifyCallback(TIMEOUT_MS, CALLBACK_APP_REGISTERED, mCallbackQueue); in testReportError()
505 verifyCallback(TIMEOUT_MS, CALLBACK_APP_REGISTERED, mCallbackQueue); in testCallbacks()
510 verifyCallback(TIMEOUT_MS, CALLBACK_ON_GET_REPORT, mCallbackQueue); in testCallbacks()
515 verifyCallback(TIMEOUT_MS, CALLBACK_ON_SET_REPORT, mCallbackQueue); in testCallbacks()
519 verifyCallback(TIMEOUT_MS, CALLBACK_ON_SET_PROTOCOL, mCallbackQueue); in testCallbacks()
[all …]
/aosp12/packages/modules/Connectivity/tests/cts/net/util/java/android/net/cts/util/
H A DCtsTetheringUtils.java71 private static int TIMEOUT_MS = 30_000; field in CtsTetheringUtils.StartTetheringCallback
107 final CallbackValue cv = mHistory.poll(TIMEOUT_MS, c -> true); in verifyTetheringStarted()
108 assertNotNull("No onTetheringStarted after " + TIMEOUT_MS + " ms", cv); in verifyTetheringStarted()
114 final CallbackValue cv = mHistory.poll(TIMEOUT_MS, c -> true); in expectTetheringFailed()
115 assertNotNull("No onTetheringFailed after " + TIMEOUT_MS + " ms", cv); in expectTetheringFailed()
157 private static final int TIMEOUT_MS = 30_000; field in CtsTetheringUtils.TestTetheringEventCallback
286 mCurrent.poll(TIMEOUT_MS, (cv) -> { in expectNoTetheringActive()
296 final CallbackValue cv = mCurrent.poll(TIMEOUT_MS, c -> true); in expectTetheredInterfacesChanged()
328 final CallbackValue cv = history.poll(TIMEOUT_MS, c -> true); in expectCallbackStarted()
352 assertNotNull("No expected callback", mCurrent.poll(TIMEOUT_MS, (cv) -> { in expectErrorOrTethered()
[all …]
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
H A DHearingAidServiceTest.java69 private static final int TIMEOUT_MS = 1000; field in HearingAidServiceTest
104 HearingAidStateMachine.sConnectTimeoutMs = TIMEOUT_MS; // 1s in setUp()
345 verifyConnectionStateIntent(TIMEOUT_MS, mLeftDevice, BluetoothProfile.STATE_CONNECTING, in testOutgoingConnectTimeout()
382 verifyConnectionStateIntent(TIMEOUT_MS, mLeftDevice, BluetoothProfile.STATE_CONNECTING, in testConnectAPair_connectBothDevices()
416 verifyConnectionStateIntent(TIMEOUT_MS, mLeftDevice, BluetoothProfile.STATE_CONNECTING, in testConnectAnotherPair_disconnectCurrentPair()
435 verifyConnectionStateIntent(TIMEOUT_MS, mLeftDevice, BluetoothProfile.STATE_CONNECTED, in testConnectAnotherPair_disconnectCurrentPair()
437 verifyConnectionStateIntent(TIMEOUT_MS, mRightDevice, BluetoothProfile.STATE_CONNECTED, in testConnectAnotherPair_disconnectCurrentPair()
501 verifyConnectionStateIntent(TIMEOUT_MS, mLeftDevice, BluetoothProfile.STATE_CONNECTED, in testAudioManagerConnectDisconnect()
1024 verifyConnectionStateIntent(TIMEOUT_MS, device, BluetoothProfile.STATE_CONNECTING, in connectDevice()
1037 verifyConnectionStateIntent(TIMEOUT_MS, device, BluetoothProfile.STATE_CONNECTED, in connectDevice()
[all …]
H A DHearingAidStateMachineTest.java56 private static final int TIMEOUT_MS = 1000; field in HearingAidStateMachineTest
131 verify(mHearingAidService, after(TIMEOUT_MS).never()).sendBroadcast(any(Intent.class), in testIncomingPriorityReject()
154 verify(mHearingAidService, timeout(TIMEOUT_MS).times(1)).sendBroadcast( in testIncomingPriorityAccept()
173 verify(mHearingAidService, timeout(TIMEOUT_MS).times(2)).sendBroadcast( in testIncomingPriorityAccept()
197 verify(mHearingAidService, timeout(TIMEOUT_MS).times(1)).sendBroadcast( in testOutgoingTimeout()
242 verify(mHearingAidService, timeout(TIMEOUT_MS).times(1)).sendBroadcast( in testIncomingTimeout()
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DDnsResolverTest.java88 static final int TIMEOUT_MS = 12_000; field in DnsResolverTest
230 return waitForAnswer(TIMEOUT_MS); in waitForAnswer()
348 assertTrue(msg + " but no answer after " + TIMEOUT_MS + "ms.", in doTestRawQuery()
374 assertTrue(msg + " but no answer after " + TIMEOUT_MS + "ms.", in doTestRawQueryBlob()
388 assertTrue(msg + " but no answer after " + TIMEOUT_MS + "ms.", in doTestRawQueryRoot()
411 assertTrue(msg + " but no answer after " + TIMEOUT_MS + "ms.", in doTestRawQueryNXDomain()
463 latch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testRawQueryCancel()
491 latch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testRawQueryBlobCancel()
530 return mLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS); in waitForAnswer()
652 latch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testQueryCancelForInetAddress()
[all …]
H A DTheaterModeTest.java30 private static final int TIMEOUT_MS = 10 * 1000; field in TheaterModeTest
52 fail("Theater mode failed to change in " + TIMEOUT_MS + "msec"); in testTheaterMode()
63 Thread.sleep(TIMEOUT_MS); in doOneTest()
H A DAirplaneModeTest.java33 private static final int TIMEOUT_MS = 10 * 1000; field in AirplaneModeTest
54 fail("Airplane mode failed to change in " + TIMEOUT_MS + "msec"); in testAirplaneMode()
65 Thread.sleep(TIMEOUT_MS); in doOneTest()
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
H A DSipTransportControllerTest.java83 private static final int TIMEOUT_MS = 200; field in SipTransportControllerTest
351 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in createDestroyAppDied()
440 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in createTwoAndTriggerRoleChange()
447 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in createTwoAndTriggerRoleChange()
450 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in createTwoAndTriggerRoleChange()
454 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in createTwoAndTriggerRoleChange()
593 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in testSubIdChangeDestroyTriggered()
613 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in testRcsManagerGoneDestroyTriggered()
633 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in testDestroyTriggered()
639 waitForExecutorAction(mExecutorService, TIMEOUT_MS); in testDestroyTriggered()
[all …]
/aosp12/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
H A DMyAutofillCallback.java45 private static final int TIMEOUT_MS = 5000; field in MyAutofillCallback
54 offered = mEvents.offer(new MyEvent(view, event), TIMEOUT_MS, TimeUnit.MILLISECONDS); in onAutofillEvent()
59 String error = "could not offer " + toString(view, event) + " in " + TIMEOUT_MS + "ms"; in onAutofillEvent()
71 myEvent = mEvents.poll(TIMEOUT_MS, TimeUnit.MILLISECONDS); in expectEvent()
73 throw new IllegalStateException("no event received in " + TIMEOUT_MS in expectEvent()
H A DMyAutofillService.java45 private static final int TIMEOUT_MS = 5_000; field in MyAutofillService
90 request = sFillRequests.poll(TIMEOUT_MS, TimeUnit.MILLISECONDS); in getLastFillRequest()
96 throw new IllegalStateException("onFillRequest() not called in " + TIMEOUT_MS + "ms"); in getLastFillRequest()
125 CannedResponse response = sCannedResponses.poll(TIMEOUT_MS, TimeUnit.MILLISECONDS); in handleRequest()
159 if (!sFillRequests.offer(request, TIMEOUT_MS, TimeUnit.MILLISECONDS)) { in handleRequest()
160 Log.w(TAG, "could not offer request in " + TIMEOUT_MS + "ms"); in handleRequest()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskPositioningControllerTests.java53 private static final int TIMEOUT_MS = 1000; field in TaskPositioningControllerTests
87 assertTrue(waitHandlerIdle(mWm.mAnimationHandler, TIMEOUT_MS)); in testStartAndFinishPositioning()
105 assertTrue(waitHandlerIdle(mWm.mAnimationHandler, TIMEOUT_MS)); in testFinishPositioningWhenAppRequested()
122 assertTrue(waitHandlerIdle(mWm.mH, TIMEOUT_MS)); in testHandleTapOutsideTask()
129 assertTrue(waitHandlerIdle(mWm.mAnimationHandler, TIMEOUT_MS)); in testHandleTapOutsideTask()
148 assertTrue(waitHandlerIdle(mWm.mH, TIMEOUT_MS)); in testHandleTapOutsideNonResizableTask()
/aosp12/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/
H A DMediaRouter2ManagerTest.java86 private static final int TIMEOUT_MS = 5000; field in MediaRouter2ManagerTest
137 new PollingCheck(TIMEOUT_MS) { in setUp() argument
211 assertTrue(removedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testOnRoutesRemovedAndAdded()
214 assertTrue(addedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testOnRoutesRemovedAndAdded()
249 assertTrue(removedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testGetRoutes_removedRoute_returnsCorrectRoutes()
256 assertTrue(addedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testGetRoutes_removedRoute_returnsCorrectRoutes()
307 assertTrue(latch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testRouterOnSessionCreated()
333 assertTrue(latch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testGetRoutingSessions()
411 assertTrue(releaseLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testRouterRelease_managerGetRoutingSessions()
776 assertTrue(hintLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in testRouter2SetOnGetControllerHintsListener()
[all …]
/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DIkeSessionTestBase.java121 private static final int TIMEOUT_MS = 1000; field in IkeSessionTestBase
333 return mFutureIkeConfig.get(TIMEOUT_MS, TimeUnit.MILLISECONDS); in awaitIkeConfig()
337 return mFutureOnClosedException.get(TIMEOUT_MS, TimeUnit.MILLISECONDS); in awaitOnClosedException()
342 (long) TIMEOUT_MS, in awaitNextOnErrorException()
350 mFutureOnClosedCall.get(TIMEOUT_MS, TimeUnit.MILLISECONDS); in awaitOnClosed()
354 return mFutureConnectionConfig.get(TIMEOUT_MS, TimeUnit.MILLISECONDS); in awaitOnIkeSessionConnectionInfoChanged()
432 return mFutureChildConfig.get(TIMEOUT_MS, TimeUnit.MILLISECONDS); in awaitChildConfig()
441 (long) TIMEOUT_MS, in awaitNextCreatedIpSecTransform()
450 (long) TIMEOUT_MS, in awaitNextMigratedIpSecTransform()
459 (long) TIMEOUT_MS,
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DViewRootSurfaceCallbackTest.java41 private static final long TIMEOUT_MS = TimeUnit.SECONDS.toMillis(3); field in ViewRootSurfaceCallbackTest
69 }, TIMEOUT_MS); in testCallingTidOfSurfaceCallback()
73 mTidOfSurfaceCreated.get(TIMEOUT_MS, TimeUnit.MILLISECONDS).intValue()); in testCallingTidOfSurfaceCallback()
80 mTidOfSurfaceDestroyed.get(TIMEOUT_MS, TimeUnit.MILLISECONDS).intValue()); in testCallingTidOfSurfaceCallback()
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/testutils/
H A DHandlerUtilsTest.kt27 const val TIMEOUT_MS = 200
38 handlerThread.waitForIdle(TIMEOUT_MS)
57 handlerThread.waitForIdle(TIMEOUT_MS)
/aosp12/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
H A DEthernetTetheringTest.java95 private static final int TIMEOUT_MS = 5000; field in EthernetTetheringTest
200 final String iface = futureIface.get(TIMEOUT_MS, TimeUnit.MILLISECONDS); in testVirtualEthernet()
416 assertTrue("Ethernet not tethered after " + TIMEOUT_MS + "ms", in awaitInterfaceTethered()
417 mTetheringStartedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in awaitInterfaceTethered()
421 assertTrue("Ethernet not local-only after " + TIMEOUT_MS + "ms", in awaitInterfaceLocalOnly()
422 mLocalOnlyStartedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in awaitInterfaceLocalOnly()
433 assertTrue(mIface + " not untethered after " + TIMEOUT_MS + "ms", in awaitInterfaceUntethered()
436 assertTrue(mIface + " not untethered after " + TIMEOUT_MS + "ms", in awaitInterfaceUntethered()
465 mClientConnectedLatch.await(TIMEOUT_MS, TimeUnit.MILLISECONDS)); in awaitClientConnected()
514 HandlerUtils.waitForIdle(mHandler, TIMEOUT_MS); in makePacketReader()
[all …]
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
H A DSystemLocationPowerSaveModeHelperTest.java63 private static final long TIMEOUT_MS = 5000; field in SystemLocationPowerSaveModeHelperTest
142 verify(listener, timeout(TIMEOUT_MS)).onLocationPowerSaveModeChanged( in testListener()
148 verify(listener, timeout(TIMEOUT_MS)).onLocationPowerSaveModeChanged( in testListener()
154 verify(listener, timeout(TIMEOUT_MS)).onLocationPowerSaveModeChanged( in testListener()
160 verify(listener, timeout(TIMEOUT_MS)).onLocationPowerSaveModeChanged( in testListener()
166 verify(listener, timeout(TIMEOUT_MS)).onLocationPowerSaveModeChanged( in testListener()
H A DSystemAppForegroundHelperTest.java54 private static final long TIMEOUT_MS = 5000; field in SystemAppForegroundHelperTest
92 verify(listener, timeout(TIMEOUT_MS)).onAppForegroundChanged(0, true); in testListeners()
95 verify(listener, timeout(TIMEOUT_MS)).onAppForegroundChanged(1, true); in testListeners()
98 verify(listener, timeout(TIMEOUT_MS)).onAppForegroundChanged(2, false); in testListeners()
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
H A DConntrackMonitorTest.java69 private static final long TIMEOUT_MS = 10_000L; field in ConntrackMonitorTest
106 TIMEOUT_MS); in sendMessage()
133 if (!initDone.block(TIMEOUT_MS)) { in setUp()
134 fail("... init monitor timed-out after " + TIMEOUT_MS + "ms"); in setUp()
222 verify(mConsumer, timeout(TIMEOUT_MS)).accept(eq(expectedEvent)); in testConntrackEventNew()
332 verify(mConsumer, timeout(TIMEOUT_MS)).accept(eq(expectedEvent)); in testConntrackEventDelete()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/le_audio/
H A DLeAudioServiceTest.java72 private static final int TIMEOUT_MS = 1000; field in LeAudioServiceTest
99 LeAudioStateMachine.sConnectTimeoutMs = TIMEOUT_MS; // 1s in setUp()
347 verifyConnectionStateIntent(TIMEOUT_MS, mLeftDevice, BluetoothProfile.STATE_CONNECTING, in testOutgoingConnectTimeout()
383 verifyConnectionStateIntent(TIMEOUT_MS, mLeftDevice, BluetoothProfile.STATE_CONNECTING, in testAudioManagerConnectDisconnect()
387 verifyConnectionStateIntent(TIMEOUT_MS, mRightDevice, BluetoothProfile.STATE_CONNECTING, in testAudioManagerConnectDisconnect()
401 verifyConnectionStateIntent(TIMEOUT_MS, mLeftDevice, BluetoothProfile.STATE_CONNECTED, in testAudioManagerConnectDisconnect()
414 verifyConnectionStateIntent(TIMEOUT_MS, mRightDevice, BluetoothProfile.STATE_CONNECTED, in testAudioManagerConnectDisconnect()
445 verifyConnectionStateIntent(TIMEOUT_MS, mLeftDevice, BluetoothProfile.STATE_DISCONNECTED, in testAudioManagerConnectDisconnect()
665 verifyConnectionStateIntent(TIMEOUT_MS, device, BluetoothProfile.STATE_CONNECTING, in connectDevice()
678 verifyConnectionStateIntent(TIMEOUT_MS, device, BluetoothProfile.STATE_CONNECTED, in connectDevice()
[all …]
H A DLeAudioStateMachineTest.java60 private static final int TIMEOUT_MS = 1000; field in LeAudioStateMachineTest
128 verify(mLeAudioService, after(TIMEOUT_MS).never()).sendBroadcast(any(Intent.class), in testIncomingPriorityReject()
151 verify(mLeAudioService, timeout(TIMEOUT_MS).times(1)).sendBroadcast( in testIncomingPriorityAccept()
170 verify(mLeAudioService, timeout(TIMEOUT_MS).times(2)).sendBroadcast( in testIncomingPriorityAccept()
193 verify(mLeAudioService, timeout(TIMEOUT_MS).times(1)).sendBroadcast( in testOutgoingTimeout()
236 verify(mLeAudioService, timeout(TIMEOUT_MS).times(1)).sendBroadcast( in testIncomingTimeout()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachineTest.java59 private static final int TIMEOUT_MS = 1000; // 1s field in A2dpStateMachineTest
152 verify(mA2dpService, after(TIMEOUT_MS).never()).sendBroadcast(any(Intent.class), in testIncomingPriorityReject()
175 verify(mA2dpService, timeout(TIMEOUT_MS).times(1)).sendBroadcast(intentArgument1.capture(), in testIncomingPriorityAccept()
195 verify(mA2dpService, timeout(TIMEOUT_MS).times(3)).sendBroadcast(intentArgument2.capture(), in testIncomingPriorityAccept()
222 verify(mA2dpService, timeout(TIMEOUT_MS).times(1)).sendBroadcast(intentArgument1.capture(), in testOutgoingTimeout()
262 verify(mA2dpService, timeout(TIMEOUT_MS).times(1)).sendBroadcast(intentArgument1.capture(), in testIncomingTimeout()
346 verify(mA2dpService, timeout(TIMEOUT_MS).times(2)).sendBroadcast(intentArgument2.capture(), in testProcessCodecConfigEventCase()

12345