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

  /packages/apps/InCallUI/src/com/android/incallui/
CallButtonPresenter.java 231 Log.v(this, "Show add call ", call.can(Capabilities.ADD_CALL));
235 final boolean canAdd = call.can(Capabilities.ADD_CALL);
  /packages/services/Telephony/common/src/com/android/services/telephony/common/
Call.java 87 public static final int ADD_CALL = 0x00000010; /* add another call to this one */
92 public static final int ALL = HOLD | SUPPORT_HOLD | MERGE_CALLS | SWAP_CALLS | ADD_CALL
  /packages/services/Telephony/src/com/android/phone/
CallModeler.java 696 retval |= Capabilities.ADD_CALL;
    [all...]

Completed in 755 milliseconds