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

  /packages/apps/InCallUI/src/com/android/incallui/
CallButtonPresenter.java 227 Log.v(this, "Show hold ", call.can(Capabilities.SUPPORT_HOLD));
252 final boolean supportHold = call.can(Capabilities.SUPPORT_HOLD);
  /packages/services/Telephony/common/src/com/android/services/telephony/common/
Call.java 84 public static final int SUPPORT_HOLD = 0x00000002; /* can show the hold button */
92 public static final int ALL = HOLD | SUPPORT_HOLD | MERGE_CALLS | SWAP_CALLS | ADD_CALL
  /packages/services/Telephony/src/com/android/phone/
CallModeler.java 693 retval |= Capabilities.SUPPORT_HOLD;
    [all...]

Completed in 700 milliseconds