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

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsCallSession.java813 public void extendToConference(String[] participants) { method in class:ImsCallSession
819 miSession.extendToConference(participants);
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsCall.java1353 public void extendToConference(String[] participants) throws ImsException { method in class:ImsCall
1354 logi("extendToConference ::");
1358 logi("extendToConference :: call is on hold");
1367 logi("extendToConference :: update is in progress; request=" +
1375 loge("extendToConference :: ");
1380 mSession.extendToConference(participants);

Completed in 105 milliseconds