Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneInternalInterface.java523 Connection startConference(String[] participantsToDial, @NonNull DialArgs dialArgs) in startConference() argument
DGsmCdmaPhone.java1428 public Connection startConference(String[] participantsToDial, DialArgs dialArgs) in startConference() argument
1436 return imsPhone.startConference(participantsToDial, dialArgs); in startConference()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java310 public ImsPhoneConnection(Phone phone, String[] participantsToDial, ImsPhoneCallTracker ct, in ImsPhoneConnection() argument
321 mParticipantsToDial = participantsToDial; in ImsPhoneConnection()
DImsPhone.java980 public Connection startConference(String[] participantsToDial, DialArgs dialArgs) in startConference() argument
984 return mCT.startConference(participantsToDial, imsDialArgsBuilder.build()); in startConference()
DImsPhoneCallTracker.java1667 public Connection startConference(String[] participantsToDial, ImsPhone.ImsDialArgs dialArgs) in startConference() argument
1681 participantsToDial, this, mForegroundCall, in startConference()