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

  /cts/tests/tests/telecom/src/android/telecom/cts/
RemoteConnectionTest.java 169 final InvokeCounter callbackInvoker =
170 new InvokeCounter("testRemoteConnectionCallbacks_StateChange");
195 final InvokeCounter callbackInvoker =
196 new InvokeCounter("testRemoteConnectionCallbacks_RingbackRequest");
221 final InvokeCounter callbackInvoker =
222 new InvokeCounter("testRemoteConnectionCallbacks_ConnectionCapabilities");
251 final InvokeCounter callbackInvoker =
252 new InvokeCounter("testRemoteConnectionCallbacks_PostDialWait");
279 final InvokeCounter callbackInvoker =
280 new InvokeCounter("testRemoteConnectionCallbacks_PostDialChar")
    [all...]
MockConnection.java 26 import android.telecom.cts.BaseTelecomTestWithMockServices.InvokeCounter;
45 private SparseArray<InvokeCounter> mInvokeCounterMap = new SparseArray<>(10);
163 public InvokeCounter getInvokeCounter(int counterIndex) {
166 new InvokeCounter(getCounterLabel(counterIndex)));
RemoteConferenceTest.java 208 final InvokeCounter callbackInvoker =
209 new InvokeCounter("testRemoteConferenceCallbacks_StateChange");
234 final InvokeCounter callbackInvoker =
235 new InvokeCounter("testRemoteConferenceCallbacks_Disconnect");
261 final InvokeCounter callbackInvoker =
262 new InvokeCounter("testRemoteConferenceCallbacks_ConnectionAdd");
292 final InvokeCounter callbackInvoker =
293 new InvokeCounter("testRemoteConferenceCallbacks_ConnectionRemove");
324 final InvokeCounter callbackInvoker =
325 new InvokeCounter("testRemoteConferenceCallbacks_ConnectionCapabilities")
    [all...]
BaseTelecomTestWithMockServices.java 80 InvokeCounter mOnBringToForegroundCounter;
81 InvokeCounter mOnCallAudioStateChangedCounter;
82 InvokeCounter mOnPostDialWaitCounter;
83 InvokeCounter mOnCannedTextResponsesLoadedCounter;
225 mOnBringToForegroundCounter = new InvokeCounter("OnBringToForeground");
226 mOnCallAudioStateChangedCounter = new InvokeCounter("OnCallAudioStateChanged");
227 mOnPostDialWaitCounter = new InvokeCounter("OnPostDialWait");
228 mOnCannedTextResponsesLoadedCounter = new InvokeCounter("OnCannedTextResponsesLoaded");
    [all...]
ExtendedInCallServiceTest.java 377 final InvokeCounter counter = connection.getInvokeCounter(MockConnection.ON_POST_DIAL_WAIT);

Completed in 917 milliseconds