Home
last modified time | relevance | path

Searched refs:mOnCallAudioStateChangedCounter (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java127 final int currentInvokeCount = mOnCallAudioStateChangedCounter.getInvokeCount(); in testSwitchAudioRoutes()
128 mOnCallAudioStateChangedCounter.waitForCount(WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testSwitchAudioRoutes()
130 (CallAudioState) mOnCallAudioStateChangedCounter.getArgs(0)[0]; in testSwitchAudioRoutes()
149 mOnCallAudioStateChangedCounter.waitForCount(currentInvokeCount + 1, in testSwitchAudioRoutes()
155 mOnCallAudioStateChangedCounter.waitForCount(currentInvokeCount + 2, in testSwitchAudioRoutes()
DBaseTelecomTestWithMockServices.java124 TestUtils.InvokeCounter mOnCallAudioStateChangedCounter; field in BaseTelecomTestWithMockServices
551 mOnCallAudioStateChangedCounter.invoke(audioState); in setupCallbacks()
626 mOnCallAudioStateChangedCounter = new TestUtils.InvokeCounter("OnCallAudioStateChanged"); in setupCallbacks()