Searched refs:InvokeCounter (Results 1 – 17 of 17) sorted by relevance
23 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()
168 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 …]
208 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 …]
68 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()
90 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 …]
95 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()
78 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()
29 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()
29 TestUtils.InvokeCounter mShowMissedCallNotificationIntentCounter =30 new TestUtils.InvokeCounter("ShowMissedCallNotificationIntent");
49 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()
52 private TestUtils.InvokeCounter mVideoProviderHandlerTracker;149 new TestUtils.InvokeCounter("WaitForHandler"); in waitForVideoProviderHandler()
43 public TestUtils.InvokeCounter mOnExtrasChanged =44 new TestUtils.InvokeCounter("onExtrasChanged");
625 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()
142 TestUtils.InvokeCounter counter = in testOutgoingHandoverRequestValid()184 TestUtils.InvokeCounter counter = in testIncomingHandoverRequestValid()
643 final InvokeCounter counter = connection.getInvokeCounter(MockConnection.ON_SILENCE); in testSilenceRinger()676 final InvokeCounter counter = connection.getInvokeCounter(MockConnection.ON_POST_DIAL_WAIT); in testOnPostDialWaitAndContinue()
558 public static final class InvokeCounter { class in TestUtils565 public InvokeCounter(String callbackName) { in InvokeCounter() method in TestUtils.InvokeCounter
424 TestUtils.InvokeCounter counter = connection.getCallAudioStateChangedInvokeCounter(); in testAudioRoute()