Searched defs:extendToConference (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsCallSessionImplBase.java267 public void extendToConference(String[] participants) throws RemoteException { method in class:ImsCallSessionImplBase
/frameworks/base/telephony/java/com/android/ims/internal/
H A DImsCallSession.java815 public void extendToConference(String[] participants) { method in class:ImsCallSession
821 miSession.extendToConference(participants);
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java1417 public void extendToConference(String[] participants) throws ImsException { method in class:ImsCall
1418 logi("extendToConference ::");
1422 logi("extendToConference :: call is on hold");
1431 logi("extendToConference :: update is in progress; request=" +
1439 loge("extendToConference :: ");
1444 mSession.extendToConference(participants);

Completed in 783 milliseconds