Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestSipDelegate.java101 public void verifyCleanupSession(String... callIdsToVerify) throws Exception { in verifyCleanupSession() argument
102 Set<String> ids = new ArraySet<>(callIdsToVerify); in verifyCleanupSession()
103 for (int i = 0; i < callIdsToVerify.length; i++) { in verifyCleanupSession()