Home
last modified time | relevance | path

Searched refs:getInvokeCount (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DExternalCallTest.java112 assertEquals(0, counter.getInvokeCount()); in testNonPullableExternalCall()
162 assertEquals(0, counter.getInvokeCount()); in testTryToPullCallWhileInEmergencyCall()
DHandoverTest.java246 mOnHandoverCompleteCounter.getInvokeCount() >= 1); in completeHandoverAndVerify()
251 connection.getHandoverCompleteCounter().getInvokeCount() >= 1); in completeHandoverAndVerify()
DConferenceTest.java353 int startInvokeCount = mOnExtrasChangedCounter.getInvokeCount(); in testConferencePutExtras()
386 int startInvokeCount = mOnExtrasChangedCounter.getInvokeCount(); in testConferenceRemoveExtras()
409 int startInvokeCount = mOnExtrasChangedCounter.getInvokeCount(); in testConferenceRemoveExtras2()
423 int startInvokeCount = mOnExtrasChangedCounter.getInvokeCount(); in setupExtras()
DExtendedInCallServiceTest.java127 final int currentInvokeCount = mOnCallAudioStateChangedCounter.getInvokeCount(); in testSwitchAudioRoutes()
506 final int currentInvokeCount = mOnCallEndpointChangedCounter.getInvokeCount(); in testSwitchCallEndpoint()
814 assertEquals(0, mOnBringToForegroundCounter.getInvokeCount()); in testOnBringToForeground()
DSelfManagedConnectionServiceTest.java470 assertEquals(connection.getOnShowIncomingUiInvokeCounter().getInvokeCount(), 0); in testOutgoingCallRejectedByRemoteParty()
665 assertEquals(connection.getOnShowIncomingUiInvokeCounter().getInvokeCount(), 0); in placeAndVerifyOutgoingCall()
1253 assertEquals(connection.getOnShowIncomingUiInvokeCounter().getInvokeCount(), 0); in testDisconnectSelfManagedCallForEmergency()
1781 assertEquals(connection.getOnShowIncomingUiInvokeCounter().getInvokeCount(), 0); in placeSelfManagedCallAndGetConnection()
DTestUtils.java851 public int getInvokeCount() { in getInvokeCount() method in TestUtils.InvokeCounter
/cts/tests/tests/telecom/src/android/telecom/cts/selfmanagedcstestapp/
DConnectionServiceCallController.java155 return mConnection.getOnShowIncomingUiInvokeCounter().getInvokeCount(); in getOnShowIncomingUiInvokeCounter()