Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DConferenceParticipant.java158 String [] hostParts = number.split("[;]"); in getParticipantPresentation() local
159 String addressPart = hostParts[0]; in getParticipantPresentation()