Home
last modified time | relevance | path

Searched refs:addTelephonyConference (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
DCdmaConferenceController.java216 mConnectionService.addTelephonyConference(mConference); in recalculateConference()
DTelephonyConnectionService.java106 TelephonyConnectionService.this.addTelephonyConference(mTelephonyConference);
110 TelephonyConnectionService.this.addTelephonyConference(mImsConference);
2366 public void addTelephonyConference(@NonNull TelephonyConferenceBase conference) { in addTelephonyConference() method in TelephonyConnectionService