Home
last modified time | relevance | path

Searched refs:mOnConnectionEventCounter (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DCallDetailsTest.java774 mOnConnectionEventCounter.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testConnectionEvent()
775 String event = (String) (mOnConnectionEventCounter.getArgs(0)[1]); in testConnectionEvent()
776 Bundle extras = (Bundle) (mOnConnectionEventCounter.getArgs(0)[2]); in testConnectionEvent()
782 mOnConnectionEventCounter.reset(); in testConnectionEvent()
788 mOnConnectionEventCounter.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testConnectionEvent()
789 event = (String) (mOnConnectionEventCounter.getArgs(0)[1]); in testConnectionEvent()
790 extras = (Bundle) (mOnConnectionEventCounter.getArgs(0)[2]); in testConnectionEvent()
793 mOnConnectionEventCounter.reset(); in testConnectionEvent()
796 mOnConnectionEventCounter.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testConnectionEvent()
797 event = (String) (mOnConnectionEventCounter.getArgs(0)[1]); in testConnectionEvent()
[all …]
DCallDiagnosticServiceTest.java260 mOnConnectionEventCounter.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testDisplayDiagnosticMessage()
261 String event = (String) (mOnConnectionEventCounter.getArgs(0)[1]); in testDisplayDiagnosticMessage()
262 Bundle extras = (Bundle) (mOnConnectionEventCounter.getArgs(0)[2]); in testDisplayDiagnosticMessage()
284 mOnConnectionEventCounter.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testClearDisplayDiagnosticMessage()
285 String event = (String) (mOnConnectionEventCounter.getArgs(0)[1]); in testClearDisplayDiagnosticMessage()
286 Bundle extras = (Bundle) (mOnConnectionEventCounter.getArgs(0)[2]); in testClearDisplayDiagnosticMessage()
DConferenceTest.java486 mOnConnectionEventCounter.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testConferenceEvent()
487 String event = (String) (mOnConnectionEventCounter.getArgs(0)[1]); in testConferenceEvent()
488 Bundle extras = (Bundle) (mOnConnectionEventCounter.getArgs(0)[2]); in testConferenceEvent()
DBaseTelecomTestWithMockServices.java112 TestUtils.InvokeCounter mOnConnectionEventCounter; field in BaseTelecomTestWithMockServices
511 mOnConnectionEventCounter.invoke(call, event, extras); in setupCallbacks()
560 mOnConnectionEventCounter = new TestUtils.InvokeCounter("OnConnectionEvent"); in setupCallbacks()