Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl195 void extendToConference(in String[] participants); in extendToConference() method
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java803 public void extendToConference(String[] participants) { in extendToConference() method in ImsCallSession
809 miSession.extendToConference(participants); in extendToConference()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1343 public void extendToConference(String[] participants) throws ImsException { in extendToConference() method in ImsCall
1370 mSession.extendToConference(participants); in extendToConference()