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.java452 Connection startConference(String[] participantsToDial, @NonNull DialArgs dialArgs) in startConference() argument
DGsmCdmaPhone.java1277 public Connection startConference(String[] participantsToDial, DialArgs dialArgs) in startConference() argument
1285 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.java789 public Connection startConference(String[] participantsToDial, DialArgs dialArgs) in startConference() argument
797 return mCT.startConference(participantsToDial, imsDialArgsBuilder.build()); in startConference()
DImsPhoneCallTracker.java1150 public Connection startConference(String[] participantsToDial, ImsPhone.ImsDialArgs dialArgs) in startConference() argument
1164 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