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

  /external/smack/src/com/kenai/jbosh/
Attributes.java 43 static final BodyQName HOLD = BodyQName.createBOSH("hold");
  /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

Completed in 37 milliseconds