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.java459 mOnPostDialWaitCounter.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testOnPostDialWaitAndContinue()
461 assertEquals(postDialString, mOnPostDialWaitCounter.getArgs(0)[1]); in testOnPostDialWaitAndContinue()
DBaseTelecomTestWithMockServices.java83 InvokeCounter mOnPostDialWaitCounter; field in BaseTelecomTestWithMockServices
233 mOnPostDialWaitCounter.invoke(call, remainingPostDialSequence); in setupCallbacks()
257 mOnPostDialWaitCounter = new InvokeCounter("OnPostDialWait"); in setupCallbacks()