Home
last modified time | relevance | path

Searched refs:getOnShowIncomingUiInvokeCounter (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/selfmanagedcstestapp/
DCtsSelfManagedConnectionServiceControl.java126 public int getOnShowIncomingUiInvokeCounter() {
127 return mConnServiceCallController.getOnShowIncomingUiInvokeCounter();
DConnectionServiceCallController.java154 public int getOnShowIncomingUiInvokeCounter() { in getOnShowIncomingUiInvokeCounter() method in ConnectionServiceCallController
155 return mConnection.getOnShowIncomingUiInvokeCounter().getInvokeCount(); in getOnShowIncomingUiInvokeCounter()
/cts/tests/tests/telecom/aidl/android/telecom/cts/selfmanagedcstestapp/
DICtsSelfManagedConnectionServiceControl.aidl41 int getOnShowIncomingUiInvokeCounter(); in getOnShowIncomingUiInvokeCounter() method
/cts/tests/tests/telecom/src/android/telecom/cts/
DSelfManagedConnection.java154 public InvokeCounter getOnShowIncomingUiInvokeCounter() { in getOnShowIncomingUiInvokeCounter() method in SelfManagedConnection
DSelfManagedConnectionServiceTest.java389 connection.getOnShowIncomingUiInvokeCounter().waitForCount(1); in addAndVerifyIncomingCall()
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()
1835 assertEquals(serviceControl.getOnShowIncomingUiInvokeCounter(), 0); in placeSelfManagedCallOnTestApp()