Searched refs:getParticipantAddress (Results 1 – 4 of 4) sorted by relevance
19 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()
72 address = ConferenceParticipant.getParticipantAddress(participant.getHandle(), in ConferenceParticipantConnection()
313 public static Uri getParticipantAddress(Uri address, String countryIso) { in getParticipantAddress() method in ConferenceParticipant
1996 String number = ConferenceParticipant.getParticipantAddress(participant.getHandle(), in findConnectionTimeUsePhoneNumber()2601 String number = ConferenceParticipant.getParticipantAddress(cp.getHandle(), in processCallStateChange()