Searched refs:getInvokeCount (Results 1 – 7 of 7) sorted by relevance
112 assertEquals(0, counter.getInvokeCount()); in testNonPullableExternalCall()162 assertEquals(0, counter.getInvokeCount()); in testTryToPullCallWhileInEmergencyCall()
246 mOnHandoverCompleteCounter.getInvokeCount() >= 1); in completeHandoverAndVerify()251 connection.getHandoverCompleteCounter().getInvokeCount() >= 1); in completeHandoverAndVerify()
353 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()
127 final int currentInvokeCount = mOnCallAudioStateChangedCounter.getInvokeCount(); in testSwitchAudioRoutes()506 final int currentInvokeCount = mOnCallEndpointChangedCounter.getInvokeCount(); in testSwitchCallEndpoint()814 assertEquals(0, mOnBringToForegroundCounter.getInvokeCount()); in testOnBringToForeground()
470 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()
851 public int getInvokeCount() { in getInvokeCount() method in TestUtils.InvokeCounter
155 return mConnection.getOnShowIncomingUiInvokeCounter().getInvokeCount(); in getOnShowIncomingUiInvokeCounter()