Searched refs:PROPERTY_IS_ADHOC_CONFERENCE (Results 1 – 2 of 2) sorted by relevance
534 public static final int PROPERTY_IS_ADHOC_CONFERENCE = 1 << 12; field in Connection1092 if ((properties & PROPERTY_IS_ADHOC_CONFERENCE) == PROPERTY_IS_ADHOC_CONFERENCE) { in propertiesToStringInternal()
605 public static final int PROPERTY_IS_ADHOC_CONFERENCE = 0x00002000; field in Call.Details795 if (hasProperty(properties, PROPERTY_IS_ADHOC_CONFERENCE)) { in propertiesToString()