Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DSipDialogTest.java161 assertTrue(dialog.isRequestAssociatedWithDialog(cancelRequest)); in testIsRequestAssociated()
166 assertFalse(dialog.isRequestAssociatedWithDialog(cancelRequest)); in testIsRequestAssociated()
172 assertFalse(dialog.isRequestAssociatedWithDialog(cancelRequest)); in testIsRequestAssociated()
178 assertFalse(dialog.isRequestAssociatedWithDialog(cancelRequest)); in testIsRequestAssociated()
185 assertFalse(dialog.isRequestAssociatedWithDialog(cancelRequest)); in testIsRequestAssociated()
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DSipDialog.java193 public boolean isRequestAssociatedWithDialog(SipMessage m) { in isRequestAssociatedWithDialog() method in SipDialog
DSipSessionTracker.java309 .filter(d -> d.isRequestAssociatedWithDialog(m)) in getCloseDialogRunnable()