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.java23 import android.telecom.cts.TestUtils.InvokeCounter;
32 InvokeCounter mCallAudioRouteInvokeCounter = new InvokeCounter("onCallAudioStateChanged");
33 InvokeCounter mOnShowIncomingUiInvokeCounter = new InvokeCounter(
35 InvokeCounter mCallEventCounter = new InvokeCounter("onCallEvent");
36 InvokeCounter mHandoverCompleteCounter = new InvokeCounter("handoverCompleteCounter");
107 public InvokeCounter getCallAudioStateChangedInvokeCounter() { in getCallAudioStateChangedInvokeCounter()
111 public InvokeCounter getOnShowIncomingUiInvokeCounter() { in getOnShowIncomingUiInvokeCounter()
115 public InvokeCounter getCallEventCounter() { in getCallEventCounter()
119 public InvokeCounter getHandoverCompleteCounter() { in getHandoverCompleteCounter()
DRemoteConnectionTest.java20 import static android.telecom.cts.TestUtils.InvokeCounter;
262 final InvokeCounter callbackInvoker = in testRemoteConnectionCallbacks_StateChange()
263 new InvokeCounter("testRemoteConnectionCallbacks_StateChange"); in testRemoteConnectionCallbacks_StateChange()
288 final InvokeCounter callbackInvoker = in testRemoteConnectionCallbacks_RingbackRequest()
289 new InvokeCounter("testRemoteConnectionCallbacks_RingbackRequest"); in testRemoteConnectionCallbacks_RingbackRequest()
314 final InvokeCounter callbackInvoker = in testRemoteConnectionCallbacks_ConnectionCapabilities()
315 new InvokeCounter("testRemoteConnectionCallbacks_ConnectionCapabilities"); in testRemoteConnectionCallbacks_ConnectionCapabilities()
343 final InvokeCounter callbackInvoker = in testRemoteConnectionCallbacks_ConnectionProperties()
344 new InvokeCounter("testRemoteConnectionCallbacks_ConnectionCapabilities"); in testRemoteConnectionCallbacks_ConnectionProperties()
373 final InvokeCounter callbackInvoker = in testRemoteConnectionCallbacks_PostDialWait()
[all …]
DCtsSelfManagedConnectionService.java68 private TestUtils.InvokeCounter mOnCreateIncomingHandoverConnectionCounter =
69 new TestUtils.InvokeCounter("incomingHandoverConnection");
70 private TestUtils.InvokeCounter mOnCreateOutgoingHandoverConnectionCounter =
71 new TestUtils.InvokeCounter("outgoingHandoverConnection");
214 public TestUtils.InvokeCounter getOnCreateIncomingHandoverConnectionCounter() { in getOnCreateIncomingHandoverConnectionCounter()
218 public TestUtils.InvokeCounter getOnCreateOutgoingHandoverConnectionCounter() { in getOnCreateOutgoingHandoverConnectionCounter()
DRemoteConferenceTest.java224 final InvokeCounter callbackInvoker = in testRemoteConferenceCallbacks_StateChange()
225 new InvokeCounter("testRemoteConferenceCallbacks_StateChange"); in testRemoteConferenceCallbacks_StateChange()
254 final InvokeCounter callbackInvoker = in testRemoteConferenceCallbacks_Disconnect()
255 new InvokeCounter("testRemoteConferenceCallbacks_Disconnect"); in testRemoteConferenceCallbacks_Disconnect()
285 final InvokeCounter callbackInvoker = in testRemoteConferenceCallbacks_ConnectionAdd()
286 new InvokeCounter("testRemoteConferenceCallbacks_ConnectionAdd"); in testRemoteConferenceCallbacks_ConnectionAdd()
320 final InvokeCounter callbackInvoker = in testRemoteConferenceCallbacks_ConnectionRemove()
321 new InvokeCounter("testRemoteConferenceCallbacks_ConnectionRemove"); in testRemoteConferenceCallbacks_ConnectionRemove()
356 final InvokeCounter callbackInvoker = in testRemoteConferenceCallbacks_ConnectionCapabilities()
357 new InvokeCounter("testRemoteConferenceCallbacks_ConnectionCapabilities"); in testRemoteConferenceCallbacks_ConnectionCapabilities()
[all …]
DBaseTelecomTestWithMockServices.java107 TestUtils.InvokeCounter mOnBringToForegroundCounter;
108 TestUtils.InvokeCounter mOnCallAudioStateChangedCounter;
109 TestUtils.InvokeCounter mOnPostDialWaitCounter;
110 TestUtils.InvokeCounter mOnCannedTextResponsesLoadedCounter;
111 TestUtils.InvokeCounter mOnSilenceRingerCounter;
112 TestUtils.InvokeCounter mOnConnectionEventCounter;
113 TestUtils.InvokeCounter mOnExtrasChangedCounter;
114 TestUtils.InvokeCounter mOnPropertiesChangedCounter;
115 TestUtils.InvokeCounter mOnRttModeChangedCounter;
116 TestUtils.InvokeCounter mOnRttStatusChangedCounter;
[all …]
DExternalCallTest.java78 final TestUtils.InvokeCounter counter = mExternalConnection.getInvokeCounter( in testPullExternalCall()
99 final TestUtils.InvokeCounter counter = mExternalConnection.getInvokeCounter( in testNonPullableExternalCall()
148 final TestUtils.InvokeCounter counter = mExternalConnection.getInvokeCounter( in testTryToPullCallWhileInEmergencyCall()
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.java30 TestUtils.InvokeCounter mShowMissedCallNotificationIntentCounter =
31 new TestUtils.InvokeCounter("ShowMissedCallNotificationIntent");
DMockVideoProvider.java52 private TestUtils.InvokeCounter mVideoProviderHandlerTracker;
149 new TestUtils.InvokeCounter("WaitForHandler"); in waitForVideoProviderHandler()
DPhoneAccountOperationsTest.java49 private TestUtils.InvokeCounter mPhoneAccountRegisteredLatch;
50 private TestUtils.InvokeCounter mPhoneAccountUnRegisteredLatch;
122 mPhoneAccountRegisteredLatch = new TestUtils.InvokeCounter("registerPhoneAcct"); in setUp()
123 mPhoneAccountUnRegisteredLatch = new TestUtils.InvokeCounter("unRegisterPhoneAcct"); in setUp()
DMockConnection.java30 import android.telecom.cts.TestUtils.InvokeCounter;
65 private SparseArray<InvokeCounter> mInvokeCounterMap = new SparseArray<>(13);
303 public InvokeCounter getInvokeCounter(int counterIndex) { in getInvokeCounter()
306 new InvokeCounter(getCounterLabel(counterIndex))); in getInvokeCounter()
DMockConference.java44 public TestUtils.InvokeCounter mOnExtrasChanged =
45 new TestUtils.InvokeCounter("onExtrasChanged");
DHandoverTest.java143 TestUtils.InvokeCounter counter = in testOutgoingHandoverRequestValid()
185 TestUtils.InvokeCounter counter = in testIncomingHandoverRequestValid()
DIncomingCallTest.java289 TestUtils.InvokeCounter audioInvoke = connection.getInvokeCounter( in testConnectionOnAnswerForAudioCall()
317 TestUtils.InvokeCounter audioInvoke = connection.getInvokeCounter( in testConnectionOnAnswerForVideoCallAnsweredAsAudio()
345 TestUtils.InvokeCounter audioInvoke = connection.getInvokeCounter( in testConnectionOnAnswerIntForVideoCallAnsweredAsVideo()
DCallDetailsTest.java672 final InvokeCounter counter = mConnection.getInvokeCounter( in testCallPutExtras()
694 final InvokeCounter counter = setupCallExtras(); in testCallRemoveExtras()
725 final InvokeCounter counter = setupCallExtras(); in testCallRemoveExtras2()
739 private InvokeCounter setupCallExtras() { in setupCallExtras()
744 final InvokeCounter counter = mConnection.getInvokeCounter( in setupCallExtras()
831 final InvokeCounter counter = mConnection.getInvokeCounter(MockConnection.ON_DEFLECT); in testDeflect()
850 final InvokeCounter counter = mConnection.getInvokeCounter(MockConnection.ON_CALL_EVENT); in testCallEvent()
DExtendedInCallServiceTest.java705 final InvokeCounter counter = connection.getInvokeCounter(MockConnection.ON_SILENCE); in testSilenceRinger()
738 final InvokeCounter counter = connection.getInvokeCounter(MockConnection.ON_POST_DIAL_WAIT); in testOnPostDialWaitAndContinue()
DCallDiagnosticServiceTest.java233 final TestUtils.InvokeCounter counter = mConnection.getInvokeCounter( in testSendD2DMessage()
DTestUtils.java646 public static final class InvokeCounter { class in TestUtils
653 public InvokeCounter(String callbackName) { in InvokeCounter() method in TestUtils.InvokeCounter
DSelfManagedConnectionServiceTest.java425 TestUtils.InvokeCounter counter = connection.getCallAudioStateChangedInvokeCounter(); in testAudioRoute()