Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java359 public String[] getParticipantsToDial() { in getParticipantsToDial() method in Connection
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnectionService.java525 getParticipantsToDial(request.getParticipants()), in placeOutgoingConference()
633 private String[] getParticipantsToDial(List<Uri> participants) { in getParticipantsToDial() method in TelephonyConnectionService
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java1695 conn.isAdhocConference() ? conn.getParticipantsToDial() : callees, in dialInternal()