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

  /external/smack/src/com/kenai/jbosh/
Attributes.java 43 static final BodyQName HOLD = BodyQName.createBOSH("hold");
CMSessionParams.java 38 private final AttrHold hold; field in class:CMSessionParams
72 hold = aHold;
103 resp.getAttribute(Attributes.HOLD)),
154 return hold;
BOSHClient.java 847 builder.setAttribute(Attributes.HOLD, "1");
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
CallButtonPresenter.java 186 CallCommandClient.getInstance().hold(mCall.getCallId(), checked);
227 Log.v(this, "Show hold ", call.can(Capabilities.SUPPORT_HOLD));
228 Log.v(this, "Enable hold", call.can(Capabilities.HOLD));
250 final boolean canHold = call.can(Capabilities.HOLD);
263 // Neither "Hold" nor "Swap" is available. This can happen for two
266 // normally hold or swap, or
267 // (2) this device just doesn't have the concept of hold/swap.
269 // In case (1), show the "Hold" button in a disabled state. In case
InCallPresenter.java 494 // We have a hold call so presumeable it will always support HOLD...but
496 final boolean canHold = heldCall.can(Capabilities.HOLD);
502 CallCommandClient.getInstance().hold(heldCall.getCallId(), false);
  /packages/services/Telephony/common/src/com/android/services/telephony/common/
Call.java 51 public static final int ONHOLD = 7; /* An active phone call placed on hold */
83 public static final int HOLD = 0x00000001; /* has ability to hold the call */
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 69 * as the Connection goes between ACTIVE, HOLD, RINGING, and other states.
638 * Returns a mask of capabilities for the connection such as merge, hold, etc.
664 // (It's meaningless while on hold, or while DIALING/ALERTING.)
690 retval |= Capabilities.HOLD;
    [all...]

Completed in 115 milliseconds