Lines Matching refs:property
111 * A call can only be in this state if the {@link Details#PROPERTY_IS_EXTERNAL_CALL} property
400 * {@link Connection#PROPERTY_IS_EXTERNAL_CALL} property set.
402 * An {@link InCallService} will only see calls with this property if it has the
436 // Next PROPERTY value: 0x00000800
549 * Whether the supplied properties includes the specified property.
552 * @param property The property to check properties for.
553 * @return Whether the specified property is supported.
555 public static boolean hasProperty(int properties, int property) {
556 return (properties & property) == property;
560 * Whether the properties of this {@code Details} includes the specified property.
562 * @param property The property to check properties for.
563 * @return Whether the specified property is supported.
565 public boolean hasProperty(int property) {
566 return hasProperty(mCallProperties, property);
570 * Render a set of property bits ({@code PROPERTY_*}) as a human readable string.
572 * @param properties A property bit field.
1441 * {@link Call.Details#PROPERTY_IS_EXTERNAL_CALL} property set.