Searched refs:callIdsToVerify (Results 1 – 1 of 1) sorted by relevance
101 public void verifyCleanupSession(String... callIdsToVerify) throws Exception { in verifyCleanupSession() argument102 Set<String> ids = new ArraySet<>(callIdsToVerify); in verifyCleanupSession()103 for (int i = 0; i < callIdsToVerify.length; i++) { in verifyCleanupSession()