Home
last modified time | relevance | path

Searched refs:getInvokeCounter (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DRttOperationsTest.java96 connection.getInvokeCounter(MockConnection.ON_START_RTT); in testLocalRttUpgradeAccepted()
120 connection.getInvokeCounter(MockConnection.ON_START_RTT); in testLocalRttUpgradeRejected()
144 connection.getInvokeCounter(MockConnection.ON_RTT_REQUEST_RESPONSE); in testAcceptRemoteRttUpgrade()
167 connection.getInvokeCounter(MockConnection.ON_RTT_REQUEST_RESPONSE); in testRejectRemoteRttRequest()
191 connection.getInvokeCounter(MockConnection.ON_STOP_RTT); in testLocalRttTermination()
213 connection.getInvokeCounter(MockConnection.ON_STOP_RTT); 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()
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()
DMockConnection.java275 getInvokeCounter(ON_CALL_FILTERING_COMPLETED).invoke(callFilteringCompletionInfo); in onCallFilteringCompleted()
294 public InvokeCounter getInvokeCounter(int counterIndex) { in getInvokeCounter() method in MockConnection
DConnectionServiceTest.java336 connection.getInvokeCounter(MockConnection.ON_CALL_FILTERING_COMPLETED) in testCallFilteringCompleteSignalNotInContacts()
385 connection.getInvokeCounter(MockConnection.ON_CALL_FILTERING_COMPLETED) in testCallFilteringCompleteSignalInContacts()
DCallDetailsTest.java672 final InvokeCounter counter = mConnection.getInvokeCounter( in testCallPutExtras()
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()
DRemoteConnectionTest.java730 mRemoteConnection.getInvokeCounter(MockConnection.ON_PULL_EXTERNAL_CALL); in testRemoteConnectionCallbacks_PullExternalCall()
746 InvokeCounter counter = mRemoteConnection.getInvokeCounter( in testAddConferenceParticipants()