Home | History | Annotate | Download | only in telecom

Lines Matching refs:CAPABILITY_SUPPORT_HOLD

97      * {@link #CAPABILITY_SUPPORT_HOLD} in that although a connection may support 'hold' most times,
105 public static final int CAPABILITY_SUPPORT_HOLD = 0x00000002;
331 if (can(capabilities, CAPABILITY_SUPPORT_HOLD)) {
332 builder.append(" CAPABILITY_SUPPORT_HOLD");