Home | History | Annotate | Download | only in telecom

Lines Matching full:capabilities

121      * Returns the capabilities of a conference. See {@code CAPABILITY_*} constants in class
124 * @return A bitmask of the capabilities of the conference call.
131 * Whether the given capabilities support the specified capability.
133 * @param capabilities A capability bit field.
134 * @param capability The capability to check capabilities for.
138 public static boolean can(int capabilities, int capability) {
139 return (capabilities & capability) != 0;
143 * Whether the capabilities of this {@code Connection} supports the specified capability.
145 * @param capability The capability to check capabilities for.
154 * Removes the specified capability from the set of capabilities of this {@code Conference}.
164 * Adds the specified capability to the set of capabilities of this {@code Conference}.
290 * Sets the capabilities of a conference. See {@code CAPABILITY_*} constants of class