Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DTransportSipMessageValidatorTest.java349 .getCallIdsAssociatedWithFeatureTag(any()); in setRegStateChangedNoPendingCallIds()
370 .getCallIdsAssociatedWithFeatureTag(any()); in setRegStateChangedPendingCallIdsMultipleCalls()
399 .getCallIdsAssociatedWithFeatureTag(any()); in setRegStateChangedPendingCallIdsTimeout()
422 .getCallIdsAssociatedWithFeatureTag(any()); in setRegStateChangedPendingCallIdsResolved()
433 .getCallIdsAssociatedWithFeatureTag(any()); in setRegStateChangedPendingCallIdsResolved()
447 .getCallIdsAssociatedWithFeatureTag(any()); in setRegStateChangedPendingCallIdsChanged()
471 .getCallIdsAssociatedWithFeatureTag(any()); in setRegStateRegThenClose()
DSipSessionTrackerTest.java355 assertTrue(mTrackerUT.getCallIdsAssociatedWithFeatureTag(Collections.singleton("+test")) in testAcceptContactFts()
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DSipSessionTracker.java166 public Set<String> getCallIdsAssociatedWithFeatureTag(Set<String> featureTags) { in getCallIdsAssociatedWithFeatureTag() method in SipSessionTracker
DTransportSipMessageValidator.java479 Set<String> pendingCallIds = mSipSessionTracker.getCallIdsAssociatedWithFeatureTag( in updatePendingRegCleanupTask()