Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java506 final int currentInvokeCount = mOnCallEndpointChangedCounter.getInvokeCount(); in testSwitchCallEndpoint()
507 mOnCallEndpointChangedCounter.waitForCount(WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testSwitchCallEndpoint()
508 CallEndpoint currentEndpoint = (CallEndpoint) mOnCallEndpointChangedCounter.getArgs(0)[0]; in testSwitchCallEndpoint()
536 mOnCallEndpointChangedCounter.waitForCount(currentInvokeCount + 1, in testSwitchCallEndpoint()
552 mOnCallEndpointChangedCounter.waitForCount(currentInvokeCount + 2, in testSwitchCallEndpoint()
DBaseTelecomTestWithMockServices.java138 TestUtils.InvokeCounter mOnCallEndpointChangedCounter; field in BaseTelecomTestWithMockServices
605 mOnCallEndpointChangedCounter.invoke(callEndpoint); in setupCallbacks()
642 mOnCallEndpointChangedCounter = new TestUtils.InvokeCounter("IcsOnCallEndpointChanged"); in setupCallbacks()