Home
last modified time | relevance | path

Searched refs:InvokeCounter (Results 1 – 17 of 17) 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");
92 public InvokeCounter getCallAudioStateChangedInvokeCounter() { in getCallAudioStateChangedInvokeCounter()
96 public InvokeCounter getOnShowIncomingUiInvokeCounter() { in getOnShowIncomingUiInvokeCounter()
100 public InvokeCounter getCallEventCounter() { in getCallEventCounter()
104 public InvokeCounter getHandoverCompleteCounter() { in getHandoverCompleteCounter()
DRemoteConnectionTest.java168 final InvokeCounter callbackInvoker = in testRemoteConnectionCallbacks_StateChange()
169 new InvokeCounter("testRemoteConnectionCallbacks_StateChange"); in testRemoteConnectionCallbacks_StateChange()
194 final InvokeCounter callbackInvoker = in testRemoteConnectionCallbacks_RingbackRequest()
195 new InvokeCounter("testRemoteConnectionCallbacks_RingbackRequest"); in testRemoteConnectionCallbacks_RingbackRequest()
220 final InvokeCounter callbackInvoker = in testRemoteConnectionCallbacks_ConnectionCapabilities()
221 new InvokeCounter("testRemoteConnectionCallbacks_ConnectionCapabilities"); in testRemoteConnectionCallbacks_ConnectionCapabilities()
249 final InvokeCounter callbackInvoker = in testRemoteConnectionCallbacks_ConnectionProperties()
250 new InvokeCounter("testRemoteConnectionCallbacks_ConnectionCapabilities"); in testRemoteConnectionCallbacks_ConnectionProperties()
279 final InvokeCounter callbackInvoker = in testRemoteConnectionCallbacks_PostDialWait()
280 new InvokeCounter("testRemoteConnectionCallbacks_PostDialWait"); in testRemoteConnectionCallbacks_PostDialWait()
[all …]
DRemoteConferenceTest.java208 final InvokeCounter callbackInvoker = in testRemoteConferenceCallbacks_StateChange()
209 new InvokeCounter("testRemoteConferenceCallbacks_StateChange"); in testRemoteConferenceCallbacks_StateChange()
234 final InvokeCounter callbackInvoker = in testRemoteConferenceCallbacks_Disconnect()
235 new InvokeCounter("testRemoteConferenceCallbacks_Disconnect"); in testRemoteConferenceCallbacks_Disconnect()
261 final InvokeCounter callbackInvoker = in testRemoteConferenceCallbacks_ConnectionAdd()
262 new InvokeCounter("testRemoteConferenceCallbacks_ConnectionAdd"); in testRemoteConferenceCallbacks_ConnectionAdd()
292 final InvokeCounter callbackInvoker = in testRemoteConferenceCallbacks_ConnectionRemove()
293 new InvokeCounter("testRemoteConferenceCallbacks_ConnectionRemove"); in testRemoteConferenceCallbacks_ConnectionRemove()
324 final InvokeCounter callbackInvoker = in testRemoteConferenceCallbacks_ConnectionCapabilities()
325 new InvokeCounter("testRemoteConferenceCallbacks_ConnectionCapabilities"); in testRemoteConferenceCallbacks_ConnectionCapabilities()
[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()
DBaseTelecomTestWithMockServices.java90 TestUtils.InvokeCounter mOnBringToForegroundCounter;
91 TestUtils.InvokeCounter mOnCallAudioStateChangedCounter;
92 TestUtils.InvokeCounter mOnPostDialWaitCounter;
93 TestUtils.InvokeCounter mOnCannedTextResponsesLoadedCounter;
94 TestUtils.InvokeCounter mOnSilenceRingerCounter;
95 TestUtils.InvokeCounter mOnConnectionEventCounter;
96 TestUtils.InvokeCounter mOnExtrasChangedCounter;
97 TestUtils.InvokeCounter mOnPropertiesChangedCounter;
98 TestUtils.InvokeCounter mOnRttModeChangedCounter;
99 TestUtils.InvokeCounter mOnRttStatusChangedCounter;
[all …]
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()
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()
DMockConnection.java29 import android.telecom.cts.TestUtils.InvokeCounter;
57 private SparseArray<InvokeCounter> mInvokeCounterMap = new SparseArray<>(10);
263 public InvokeCounter getInvokeCounter(int counterIndex) { in getInvokeCounter()
266 new InvokeCounter(getCounterLabel(counterIndex))); in getInvokeCounter()
DMissedCallTest.java29 TestUtils.InvokeCounter mShowMissedCallNotificationIntentCounter =
30 new TestUtils.InvokeCounter("ShowMissedCallNotificationIntent");
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()
DMockVideoProvider.java52 private TestUtils.InvokeCounter mVideoProviderHandlerTracker;
149 new TestUtils.InvokeCounter("WaitForHandler"); in waitForVideoProviderHandler()
DMockConference.java43 public TestUtils.InvokeCounter mOnExtrasChanged =
44 new TestUtils.InvokeCounter("onExtrasChanged");
DCallDetailsTest.java625 final InvokeCounter counter = mConnection.getInvokeCounter( in testCallPutExtras()
647 final InvokeCounter counter = setupCallExtras(); in testCallRemoveExtras()
678 final InvokeCounter counter = setupCallExtras(); in testCallRemoveExtras2()
692 private InvokeCounter setupCallExtras() { in setupCallExtras()
697 final InvokeCounter counter = mConnection.getInvokeCounter( in setupCallExtras()
784 final InvokeCounter counter = mConnection.getInvokeCounter(MockConnection.ON_DEFLECT); in testDeflect()
803 final InvokeCounter counter = mConnection.getInvokeCounter(MockConnection.ON_CALL_EVENT); in testCallEvent()
DHandoverTest.java142 TestUtils.InvokeCounter counter = in testOutgoingHandoverRequestValid()
184 TestUtils.InvokeCounter counter = in testIncomingHandoverRequestValid()
DExtendedInCallServiceTest.java643 final InvokeCounter counter = connection.getInvokeCounter(MockConnection.ON_SILENCE); in testSilenceRinger()
676 final InvokeCounter counter = connection.getInvokeCounter(MockConnection.ON_POST_DIAL_WAIT); in testOnPostDialWaitAndContinue()
DTestUtils.java558 public static final class InvokeCounter { class in TestUtils
565 public InvokeCounter(String callbackName) { in InvokeCounter() method in TestUtils.InvokeCounter
DSelfManagedConnectionServiceTest.java424 TestUtils.InvokeCounter counter = connection.getCallAudioStateChangedInvokeCounter(); in testAudioRoute()