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.java223 mConnectionService.addTelephonyConference(mConference); in recalculateConference()
DTelephonyConnectionService.java113 TelephonyConnectionService.this.addTelephonyConference(mTelephonyConference);
117 TelephonyConnectionService.this.addTelephonyConference(mImsConference);
2499 public void addTelephonyConference(@NonNull TelephonyConferenceBase conference) { in addTelephonyConference() method in TelephonyConnectionService