Home
last modified time | relevance | path

Searched refs:getCurrentCallCount (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DInCallServiceMethods.java35 int getCurrentCallCount(); in getCurrentCallCount() method
DWaitForInCallService.java90 return verifierMethods.getCurrentCallCount(); in waitUntilExpectCallCount()
DBaseAppVerifierImpl.java220 int currentCallCount = mVerifierMethods.getCurrentCallCount(); in addCallAndVerify()
/cts/tests/tests/telecom-cuj/src/android/telecom/cts/cuj/
DCujInCallService.java75 public static int getCurrentCallCount() { in getCurrentCallCount() method in CujInCallService
DBaseAppVerifier.java134 public int getCurrentCallCount() { in setUp()
135 return CujInCallService.getCurrentCallCount(); in setUp()
/cts/tests/tests/telecom/src/android/telecom/cts/
DMockInCallService.java498 public static int getCurrentCallCount() { in getCurrentCallCount() method in MockInCallService