Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java659 String[] participantsToDial = new String[participants.size()]; in getParticipantsToDial() local
662 participantsToDial[i] = participant.getSchemeSpecificPart(); in getParticipantsToDial()
665 return participantsToDial; in getParticipantsToDial()