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

  /cts/tests/tests/telecom/src/android/telecom/cts/
ExternalCallTest.java 85 final TestUtils.InvokeCounter counter = mConnection.getInvokeCounter(
100 final TestUtils.InvokeCounter counter = mConnection.getInvokeCounter(
RttOperationsTest.java 96 connection.getInvokeCounter(MockConnection.ON_START_RTT);
120 connection.getInvokeCounter(MockConnection.ON_START_RTT);
144 connection.getInvokeCounter(MockConnection.ON_RTT_REQUEST_RESPONSE);
167 connection.getInvokeCounter(MockConnection.ON_RTT_REQUEST_RESPONSE);
191 connection.getInvokeCounter(MockConnection.ON_STOP_RTT);
213 connection.getInvokeCounter(MockConnection.ON_STOP_RTT);
CallDetailsTest.java 545 final InvokeCounter counter = mConnection.getInvokeCounter(
617 final InvokeCounter counter = mConnection.getInvokeCounter(
668 final InvokeCounter counter = mConnection.getInvokeCounter(MockConnection.ON_DEFLECT);
687 final InvokeCounter counter = mConnection.getInvokeCounter(MockConnection.ON_CALL_EVENT);
MockConnection.java 255 public InvokeCounter getInvokeCounter(int counterIndex) {
ExtendedInCallServiceTest.java 588 final InvokeCounter counter = connection.getInvokeCounter(MockConnection.ON_SILENCE);
621 final InvokeCounter counter = connection.getInvokeCounter(MockConnection.ON_POST_DIAL_WAIT);
RemoteConnectionTest.java 636 mRemoteConnection.getInvokeCounter(MockConnection.ON_PULL_EXTERNAL_CALL);
    [all...]

Completed in 82 milliseconds