Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DCallDetailsTest.java944 mOnConnectionEventCounter.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testConnectionEvent()
945 String event = (String) (mOnConnectionEventCounter.getArgs(0)[1]); in testConnectionEvent()
946 Bundle extras = (Bundle) (mOnConnectionEventCounter.getArgs(0)[2]); in testConnectionEvent()
952 mOnConnectionEventCounter.reset(); in testConnectionEvent()
958 mOnConnectionEventCounter.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testConnectionEvent()
959 event = (String) (mOnConnectionEventCounter.getArgs(0)[1]); in testConnectionEvent()
960 extras = (Bundle) (mOnConnectionEventCounter.getArgs(0)[2]); in testConnectionEvent()
963 mOnConnectionEventCounter.reset(); in testConnectionEvent()
966 mOnConnectionEventCounter.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testConnectionEvent()
967 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.java502 mOnConnectionEventCounter.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testConferenceEvent()
503 String event = (String) (mOnConnectionEventCounter.getArgs(0)[1]); in testConferenceEvent()
504 Bundle extras = (Bundle) (mOnConnectionEventCounter.getArgs(0)[2]); in testConferenceEvent()
DTransactionalApisTest.java1046 mOnConnectionEventCounter.waitForCount(1, WAIT_FOR_STATE_CHANGE_TIMEOUT_MS); in testSendCallEvent()
1047 String event = (String) (mOnConnectionEventCounter.getArgs(0)[1]); in testSendCallEvent()
1048 Bundle extras = (Bundle) (mOnConnectionEventCounter.getArgs(0)[2]); in testSendCallEvent()
1051 mOnConnectionEventCounter.reset(); in testSendCallEvent()
DBaseTelecomTestWithMockServices.java128 TestUtils.InvokeCounter mOnConnectionEventCounter; field in BaseTelecomTestWithMockServices
563 mOnConnectionEventCounter.invoke(call, event, extras); in setupCallbacks()
630 mOnConnectionEventCounter = new TestUtils.InvokeCounter("OnConnectionEvent"); in setupCallbacks()