Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java454 Connection startConference(String[] participantsToDial, @NonNull DialArgs dialArgs) in startConference() argument
DGsmCdmaPhone.java1267 public Connection startConference(String[] participantsToDial, DialArgs dialArgs) in startConference() argument
1275 return imsPhone.startConference(participantsToDial, dialArgs); in startConference()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java268 public ImsPhoneConnection(Phone phone, String[] participantsToDial, ImsPhoneCallTracker ct, in ImsPhoneConnection() argument
279 mParticipantsToDial = participantsToDial; in ImsPhoneConnection()
DImsPhone.java882 public Connection startConference(String[] participantsToDial, DialArgs dialArgs) in startConference() argument
890 return mCT.startConference(participantsToDial, imsDialArgsBuilder.build()); in startConference()
DImsPhoneCallTracker.java1127 public Connection startConference(String[] participantsToDial, ImsPhone.ImsDialArgs dialArgs) in startConference() argument
1141 participantsToDial, this, mForegroundCall, in startConference()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java188 public Connection startConference(String[] participantsToDial, DialArgs dialArgs) in startConference() argument