HomeSort by relevance Sort by last modified time
    Searched refs:mOnCallAudioStateChangedCounter (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/telecom/src/android/telecom/cts/
ExtendedInCallServiceTest.java 107 final int currentInvokeCount = mOnCallAudioStateChangedCounter.getInvokeCount();
108 mOnCallAudioStateChangedCounter.waitForCount(WAIT_FOR_STATE_CHANGE_TIMEOUT_MS);
110 (CallAudioState) mOnCallAudioStateChangedCounter.getArgs(0)[0];
129 mOnCallAudioStateChangedCounter.waitForCount(currentInvokeCount + 1,
135 mOnCallAudioStateChangedCounter.waitForCount(currentInvokeCount + 2,
BaseTelecomTestWithMockServices.java 81 TestUtils.InvokeCounter mOnCallAudioStateChangedCounter;
306 mOnCallAudioStateChangedCounter.invoke(audioState);
363 mOnCallAudioStateChangedCounter = new TestUtils.InvokeCounter("OnCallAudioStateChanged");
    [all...]

Completed in 57 milliseconds