HomeSort by relevance Sort by last modified time
    Searched defs:performConference (Results 1 - 2 of 2) sorted by null

  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConnection.java 187 public void performConference(TelephonyConnection otherConnection) {
189 super.performConference(otherConnection);
191 Log.w(this, "Non-IMS CDMA Connection attempted to call performConference.");
TelephonyConnection.java 684 public void performConference(TelephonyConnection otherConnection) {
685 Log.d(this, "performConference - %s", this);
    [all...]

Completed in 448 milliseconds