Searched refs:mOnCallEndpointChangedCounter (Results 1 – 2 of 2) sorted by relevance
506 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()
138 TestUtils.InvokeCounter mOnCallEndpointChangedCounter; field in BaseTelecomTestWithMockServices605 mOnCallEndpointChangedCounter.invoke(callEndpoint); in setupCallbacks()642 mOnCallEndpointChangedCounter = new TestUtils.InvokeCounter("IcsOnCallEndpointChanged"); in setupCallbacks()