Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java210 public void extendToConference(String[] participants) {
211 ImsCallSessionImplBase.this.extendToConference(participants);
482 public void extendToConference(String[] participants) { in extendToConference() method in ImsCallSessionImplBase
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl203 void extendToConference(in String[] participants); in extendToConference() method
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java892 public void extendToConference(String[] participants) { in extendToConference() method in ImsCallSession
898 miSession.extendToConference(participants); in extendToConference()
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java274 public void extendToConference(String[] participants) { in extendToConference() method in ImsCallSessionImplBase
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1528 public void extendToConference(String[] participants) throws ImsException { in extendToConference() method in ImsCall
1555 mSession.extendToConference(participants); in extendToConference()
/frameworks/base/api/
Dsystem-current.txt9162 method public void extendToConference(String[]);