Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DConferenceParticipantConnectionTest.java19 import static com.android.ims.internal.ConferenceParticipant.getParticipantAddress;
39 getParticipantAddress(Uri.parse("tel:6505551212"), "US")); in testParticipantParseSimpleTel()
45 getParticipantAddress(Uri.parse("tel:6505551212;phone-context=blah"), "US")); in testParticipantParseTelExtended()
51 getParticipantAddress(Uri.parse("sip:16505551212;phone-context=blah.com@host.com"), in testParticipantParseSip()
58 getParticipantAddress(Uri.parse("sip:+1-212-555-1212@something.com;user=phone"), in testParticipantParseSip2()
65 getParticipantAddress(Uri.parse( in testParticipantParseTelJp()
73 getParticipantAddress(Uri.parse( in testParticipantParseSipJp()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DConferenceParticipantConnection.java72 address = ConferenceParticipant.getParticipantAddress(participant.getHandle(), in ConferenceParticipantConnection()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DConferenceParticipant.java313 public static Uri getParticipantAddress(Uri address, String countryIso) { in getParticipantAddress() method in ConferenceParticipant
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java1996 String number = ConferenceParticipant.getParticipantAddress(participant.getHandle(), in findConnectionTimeUsePhoneNumber()
2601 String number = ConferenceParticipant.getParticipantAddress(cp.getHandle(), in processCallStateChange()