HomeSort by relevance Sort by last modified time
    Searched refs:mTelephonyConference (Results 1 - 3 of 3) sorted by null

  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConferenceController.java 78 private TelephonyConference mTelephonyConference;
164 if (mTelephonyConference != null) {
165 if (!isFullConference(mTelephonyConference)) {
172 mTelephonyConference.setConferenceableConnections(nonConferencedConnections);
175 mTelephonyConference
201 mTelephonyConference, conferencedConnections);
224 if (mTelephonyConference != null) {
226 mTelephonyConference.destroy();
227 mTelephonyConference = null;
230 if (mTelephonyConference != null)
    [all...]
TelephonyConnectionServiceProxy.java 31 void addConference(TelephonyConference mTelephonyConference);
TelephonyConnectionService.java 86 public void addConference(TelephonyConference mTelephonyConference) {
87 TelephonyConnectionService.this.addConference(mTelephonyConference);
    [all...]

Completed in 225 milliseconds