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/
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()
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()
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()
DMockConnection.java295 getInvokeCounter(ON_CALL_FILTERING_COMPLETED).invoke(callFilteringCompletionInfo); in onCallFilteringCompleted()
326 public InvokeCounter getInvokeCounter(int counterIndex) { in getInvokeCounter() method in MockConnection
DConnectionServiceTest.java353 connection.getInvokeCounter(MockConnection.ON_CALL_FILTERING_COMPLETED) in testCallFilteringCompleteSignalNotInContacts()
402 connection.getInvokeCounter(MockConnection.ON_CALL_FILTERING_COMPLETED) in testCallFilteringCompleteSignalInContacts()
DCallDetailsTest.java842 final InvokeCounter counter = mConnection.getInvokeCounter( in testCallPutExtras()
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()
DCallDiagnosticServiceTest.java233 final TestUtils.InvokeCounter counter = mConnection.getInvokeCounter( in testSendD2DMessage()
DExtendedInCallServiceTest.java838 final InvokeCounter counter = connection.getInvokeCounter(MockConnection.ON_SILENCE); in testSilenceRinger()
871 final InvokeCounter counter = connection.getInvokeCounter(MockConnection.ON_POST_DIAL_WAIT); in testOnPostDialWaitAndContinue()
DRemoteConnectionTest.java781 mRemoteConnection.getInvokeCounter(MockConnection.ON_PULL_EXTERNAL_CALL); in testRemoteConnectionCallbacks_PullExternalCall()
797 InvokeCounter counter = mRemoteConnection.getInvokeCounter( in testAddConferenceParticipants()