Home | History | Annotate | Download | only in telecom

Lines Matching defs:canAddCall

233         public void onCanAddCallChanged(boolean canAddCall) {
234 mHandler.obtainMessage(MSG_ON_CAN_ADD_CALL_CHANGED, canAddCall ? 1 : 0, 0)
304 public void onCanAddCallChanged(Phone phone, boolean canAddCall) {
305 InCallService.this.onCanAddCallChanged(canAddCall);
373 public final boolean canAddCall() {
374 return mPhone == null ? false : mPhone.canAddCall();
523 * support more calls then {@code canAddCall} is set to {@code false}. If it can, then it
526 * @param canAddCall Indicates whether an additional call can be added.
528 public void onCanAddCallChanged(boolean canAddCall) {