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

  /packages/apps/InCallUI/src/com/android/incallui/
CallCardPresenter.java 79 if (!call.isConferenceCall()) {
173 updateSecondaryDisplayInfo(mSecondary.isConferenceCall());
244 if (call != null && !call.isConferenceCall()) {
286 return call != null && call.isConferenceCall();
  /packages/services/Telephony/common/src/com/android/services/telephony/common/
Call.java 313 public boolean isConferenceCall() {
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java     [all...]

Completed in 42 milliseconds