Searched refs:DialogAttributes (Results 1 – 1 of 1) sorted by relevance
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/ |
D | SipSessionTrackerTest.java | 69 private class DialogAttributes { class in SipSessionTrackerTest 80 DialogAttributes() { in DialogAttributes() method in SipSessionTrackerTest.DialogAttributes 90 private DialogAttributes(String branchId, String callId, String fromUri, in DialogAttributes() method in SipSessionTrackerTest.DialogAttributes 108 public DialogAttributes fromExisting() { in fromExisting() 109 return new DialogAttributes(branchId, callId, mFromUri, fromTag, toUri, null); in fromExisting() 112 public DialogAttributes invertFromTo() { in invertFromTo() 113 return new DialogAttributes(branchId, callId, toUri, fromTag, mFromUri, toTag); in invertFromTo() 151 DialogAttributes attr = new DialogAttributes(); in testMetricsEndedGracefullyBye() 181 DialogAttributes attr = new DialogAttributes(); in testMetricsCloseCleanupSession() 209 DialogAttributes attr = new DialogAttributes(); in testMetricsCloseClearAllSessions() [all …]
|