Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java671 mOnPostDialWaitCounter.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testOnPostDialWaitAndContinue()
673 assertEquals(postDialString, mOnPostDialWaitCounter.getArgs(0)[1]); in testOnPostDialWaitAndContinue()
DBaseTelecomTestWithMockServices.java92 TestUtils.InvokeCounter mOnPostDialWaitCounter; field in BaseTelecomTestWithMockServices
374 mOnPostDialWaitCounter.invoke(call, remainingPostDialSequence); in setupCallbacks()
428 mOnPostDialWaitCounter = new TestUtils.InvokeCounter("OnPostDialWait"); in setupCallbacks()