Home
last modified time | relevance | path

Searched refs:InvokeCounter (Results 1 – 19 of 19) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnection.java24 import android.telecom.cts.TestUtils.InvokeCounter;
35 InvokeCounter mCallAudioRouteInvokeCounter = new InvokeCounter("onCallAudioStateChanged");
36 InvokeCounter mOnShowIncomingUiInvokeCounter = new InvokeCounter(
38 InvokeCounter mCallEventCounter = new InvokeCounter("onCallEvent");
39 InvokeCounter mHandoverCompleteCounter = new InvokeCounter("handoverCompleteCounter");
41 InvokeCounter mCallEndpointInvokeCounter = new InvokeCounter("onCallEndpointChanged");
42 InvokeCounter mAvailableEndpointsInvokeCounter =
43 new InvokeCounter("onAvailableCallEndpointsChanged");
150 public InvokeCounter getCallAudioStateChangedInvokeCounter() { in getCallAudioStateChangedInvokeCounter()
154 public InvokeCounter getOnShowIncomingUiInvokeCounter() { in getOnShowIncomingUiInvokeCounter()
[all …]
DRemoteConnectionTest.java20 import static android.telecom.cts.TestUtils.InvokeCounter;
313 final InvokeCounter callbackInvoker = in testRemoteConnectionCallbacks_StateChange()
314 new InvokeCounter("testRemoteConnectionCallbacks_StateChange"); in testRemoteConnectionCallbacks_StateChange()
339 final InvokeCounter callbackInvoker = in testRemoteConnectionCallbacks_RingbackRequest()
340 new InvokeCounter("testRemoteConnectionCallbacks_RingbackRequest"); in testRemoteConnectionCallbacks_RingbackRequest()
365 final InvokeCounter callbackInvoker = in testRemoteConnectionCallbacks_ConnectionCapabilities()
366 new InvokeCounter("testRemoteConnectionCallbacks_ConnectionCapabilities"); in testRemoteConnectionCallbacks_ConnectionCapabilities()
394 final InvokeCounter callbackInvoker = in testRemoteConnectionCallbacks_ConnectionProperties()
395 new InvokeCounter("testRemoteConnectionCallbacks_ConnectionCapabilities"); in testRemoteConnectionCallbacks_ConnectionProperties()
424 final InvokeCounter callbackInvoker = in testRemoteConnectionCallbacks_PostDialWait()
[all …]
DCtsSelfManagedConnectionService.java64 private TestUtils.InvokeCounter mOnCreateIncomingHandoverConnectionCounter =
65 new TestUtils.InvokeCounter("incomingHandoverConnection");
66 private TestUtils.InvokeCounter mOnCreateOutgoingHandoverConnectionCounter =
67 new TestUtils.InvokeCounter("outgoingHandoverConnection");
212 public TestUtils.InvokeCounter getOnCreateIncomingHandoverConnectionCounter() { in getOnCreateIncomingHandoverConnectionCounter()
216 public TestUtils.InvokeCounter getOnCreateOutgoingHandoverConnectionCounter() { in getOnCreateOutgoingHandoverConnectionCounter()
DRemoteConferenceTest.java19 import static android.telecom.cts.TestUtils.InvokeCounter;
233 final InvokeCounter callbackInvoker = in testRemoteConferenceCallbacks_StateChange()
234 new InvokeCounter("testRemoteConferenceCallbacks_StateChange"); in testRemoteConferenceCallbacks_StateChange()
263 final InvokeCounter callbackInvoker = in testRemoteConferenceCallbacks_Disconnect()
264 new InvokeCounter("testRemoteConferenceCallbacks_Disconnect"); in testRemoteConferenceCallbacks_Disconnect()
294 final InvokeCounter callbackInvoker = in testRemoteConferenceCallbacks_ConnectionAdd()
295 new InvokeCounter("testRemoteConferenceCallbacks_ConnectionAdd"); in testRemoteConferenceCallbacks_ConnectionAdd()
329 final InvokeCounter callbackInvoker = in testRemoteConferenceCallbacks_ConnectionRemove()
330 new InvokeCounter("testRemoteConferenceCallbacks_ConnectionRemove"); in testRemoteConferenceCallbacks_ConnectionRemove()
365 final InvokeCounter callbackInvoker = in testRemoteConferenceCallbacks_ConnectionCapabilities()
[all …]
DMockConnection.java30 import android.telecom.cts.TestUtils.InvokeCounter;
64 private final TestUtils.InvokeCounter mConnectionOnCallEndpointChangedCounter =
65 new TestUtils.InvokeCounter("ConnectionOnCallEndpointChanged");;
68 private SparseArray<InvokeCounter> mInvokeCounterMap = new SparseArray<>(13);
326 public InvokeCounter getInvokeCounter(int counterIndex) { in getInvokeCounter()
329 new InvokeCounter(getCounterLabel(counterIndex))); in getInvokeCounter()
399 public TestUtils.InvokeCounter getConnectionOnCallEndpointChangedCounter() { in getConnectionOnCallEndpointChangedCounter()
DBaseTelecomTestWithMockServices.java123 TestUtils.InvokeCounter mOnBringToForegroundCounter;
124 TestUtils.InvokeCounter mOnCallAudioStateChangedCounter;
125 TestUtils.InvokeCounter mOnPostDialWaitCounter;
126 TestUtils.InvokeCounter mOnCannedTextResponsesLoadedCounter;
127 TestUtils.InvokeCounter mOnSilenceRingerCounter;
128 TestUtils.InvokeCounter mOnConnectionEventCounter;
129 TestUtils.InvokeCounter mOnExtrasChangedCounter;
130 TestUtils.InvokeCounter mOnPropertiesChangedCounter;
131 TestUtils.InvokeCounter mOnRttModeChangedCounter;
132 TestUtils.InvokeCounter mOnRttStatusChangedCounter;
[all …]
DExternalCallTest.java86 final TestUtils.InvokeCounter counter = mExternalConnection.getInvokeCounter( in testPullExternalCall()
107 final TestUtils.InvokeCounter counter = mExternalConnection.getInvokeCounter( in testNonPullableExternalCall()
156 final TestUtils.InvokeCounter counter = mExternalConnection.getInvokeCounter( in testTryToPullCallWhileInEmergencyCall()
194 final TestUtils.InvokeCounter counter = mExternalConnection.getInvokeCounter( in testExternalCallAndPullCall()
DMockConference.java45 public TestUtils.InvokeCounter mOnExtrasChanged =
46 new TestUtils.InvokeCounter("onExtrasChanged");
47 public TestUtils.InvokeCounter mCurrentCallEndpoint =
48 new TestUtils.InvokeCounter("mCurrentCallEndpoint");
DRttOperationsTest.java95 TestUtils.InvokeCounter startRttCounter = in testLocalRttUpgradeAccepted()
119 TestUtils.InvokeCounter startRttCounter = in testLocalRttUpgradeRejected()
143 TestUtils.InvokeCounter rttRequestResponseCounter = in testAcceptRemoteRttUpgrade()
166 TestUtils.InvokeCounter rttRequestResponseCounter = in testRejectRemoteRttRequest()
190 TestUtils.InvokeCounter stopRttCounter = in testLocalRttTermination()
212 TestUtils.InvokeCounter stopRttCounter = in testRemoteRttTermination()
DMissedCallTest.java35 TestUtils.InvokeCounter mShowMissedCallNotificationIntentCounter =
36 new TestUtils.InvokeCounter("ShowMissedCallNotificationIntent");
DMockVideoProvider.java52 private TestUtils.InvokeCounter mVideoProviderHandlerTracker;
149 new TestUtils.InvokeCounter("WaitForHandler"); in waitForVideoProviderHandler()
DPhoneAccountOperationsTest.java52 private TestUtils.InvokeCounter mPhoneAccountRegisteredLatch;
53 private TestUtils.InvokeCounter mPhoneAccountUnRegisteredLatch;
152 mPhoneAccountRegisteredLatch = new TestUtils.InvokeCounter("registerPhoneAcct"); in setUp()
153 mPhoneAccountUnRegisteredLatch = new TestUtils.InvokeCounter("unRegisterPhoneAcct"); in setUp()
DHandoverTest.java156 TestUtils.InvokeCounter counter = in testOutgoingHandoverRequestValid()
199 TestUtils.InvokeCounter counter = in testIncomingHandoverRequestValid()
DCallDetailsTest.java21 import static android.telecom.cts.TestUtils.InvokeCounter;
842 final InvokeCounter counter = mConnection.getInvokeCounter( in testCallPutExtras()
864 final InvokeCounter counter = setupCallExtras(); in testCallRemoveExtras()
895 final InvokeCounter counter = setupCallExtras(); in testCallRemoveExtras2()
909 private InvokeCounter setupCallExtras() { in setupCallExtras()
914 final InvokeCounter counter = mConnection.getInvokeCounter( in setupCallExtras()
1011 final InvokeCounter counter = mConnection.getInvokeCounter(MockConnection.ON_DEFLECT); in testDeflect()
1030 final InvokeCounter counter = mConnection.getInvokeCounter(MockConnection.ON_CALL_EVENT); in testCallEvent()
DIncomingCallTest.java348 TestUtils.InvokeCounter audioInvoke = connection.getInvokeCounter( in testConnectionOnAnswerForAudioCall()
439 TestUtils.InvokeCounter audioInvoke = connection.getInvokeCounter( in testConnectionOnAnswerForVideoCallAnsweredAsAudio()
467 TestUtils.InvokeCounter audioInvoke = connection.getInvokeCounter( in testConnectionOnAnswerIntForVideoCallAnsweredAsVideo()
DExtendedInCallServiceTest.java498 TestUtils.InvokeCounter connectionOnCallEndpointChangedCounter = in testSwitchCallEndpoint()
838 final InvokeCounter counter = connection.getInvokeCounter(MockConnection.ON_SILENCE); in testSilenceRinger()
871 final InvokeCounter counter = connection.getInvokeCounter(MockConnection.ON_POST_DIAL_WAIT); in testOnPostDialWaitAndContinue()
DCallDiagnosticServiceTest.java233 final TestUtils.InvokeCounter counter = mConnection.getInvokeCounter( in testSendD2DMessage()
DSelfManagedConnectionServiceTest.java1041 TestUtils.InvokeCounter counter = connection.getCallAudioStateChangedInvokeCounter(); in testAudioRoute()
1590 TestUtils.InvokeCounter currentEndpointCounter = in testCallEndpoint()
1596 TestUtils.InvokeCounter availableEndpointsCounter = in testCallEndpoint()
DTestUtils.java826 public static final class InvokeCounter { class in TestUtils
833 public InvokeCounter(String callbackName) { in InvokeCounter() method in TestUtils.InvokeCounter