Searched refs:getTrackedDialogs (Results 1 – 4 of 4) sorted by relevance
200 doReturn(Collections.emptySet()).when(mSipSessionTracker).getTrackedDialogs(); in testTransportClosingGracefullyNoPendingSessions()222 doReturn(dialogs).when(mSipSessionTracker).getTrackedDialogs(); in testTransportClosingGracefullyCloseCallIds()252 doReturn(dialogs).when(mSipSessionTracker).getTrackedDialogs(); in testTransportClosingGracefullyThenForceClose()281 doReturn(dialogs).when(mSipSessionTracker).getTrackedDialogs(); in testTransportClosingGracefullyTimeout()309 doReturn(dialogs).when(mSipSessionTracker).getTrackedDialogs(); in testTransportClosingGracefullyCleanup()484 doReturn(dialogs).when(mSipSessionTracker).getTrackedDialogs(); in setRegStateRegThenClose()
545 for (SipDialog d : (ArraySet<SipDialog>) mTrackerUT.getTrackedDialogs()) { in verifyConfirmedStates()
209 public Set<SipDialog> getTrackedDialogs() { in getTrackedDialogs() method in SipSessionTracker
554 return mSipSessionTracker.getTrackedDialogs().stream().map(SipDialog::getCallId) in getTrackedSipSessionCallIds()