Searched refs:getClosedDialogs (Results 1 – 2 of 2) sorted by relevance
171 verifyContainsCallIds(mTrackerUT.getClosedDialogs(), attr); in testMetricsEndedGracefullyBye()199 assertTrue(mTrackerUT.getClosedDialogs().isEmpty()); in testMetricsCloseCleanupSession()228 assertTrue(mTrackerUT.getClosedDialogs().isEmpty()); in testMetricsCloseClearAllSessions()307 verifyContainsCallIds(mTrackerUT.getClosedDialogs(), attrB2); in testForkDialog()313 verifyContainsCallIds(mTrackerUT.getClosedDialogs(), attrB1, attrB2); in testForkDialog()318 assertTrue(mTrackerUT.getClosedDialogs().isEmpty()); in testForkDialog()335 verifyContainsCallIds(mTrackerUT.getClosedDialogs(), attr); in testCloseLocalDialog()340 assertTrue(mTrackerUT.getClosedDialogs().isEmpty()); in testCloseLocalDialog()373 verifyContainsCallIds(mTrackerUT.getClosedDialogs(), remoteAttr); in testCloseRemoteDialog()378 assertTrue(mTrackerUT.getClosedDialogs().isEmpty()); in testCloseRemoteDialog()[all …]
200 public Set<SipDialog> getClosedDialogs() { in getClosedDialogs() method in SipSessionTracker239 pw.println(getClosedDialogs().stream().map(SipDialog::getCallId) in dump()