Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DSipSessionTrackerTest.java76 private final String mFromUri; field in SipSessionTrackerTest.DialogAttributes
83 mFromUri = generateRandomSipUri(); in DialogAttributes()
84 fromHeader = generateContactUri(mFromUri); in DialogAttributes()
94 this.mFromUri = fromUri; in DialogAttributes()
109 return new DialogAttributes(branchId, callId, mFromUri, fromTag, toUri, null); in fromExisting()
113 return new DialogAttributes(branchId, callId, toUri, fromTag, mFromUri, toTag); in invertFromTo()