Searched refs:CAPABILITY_ADD_PARTICIPANT (Results 1 – 2 of 2) sorted by relevance
389 public static final int CAPABILITY_ADD_PARTICIPANT = 0x04000000; field in Connection1009 if ((capabilities & CAPABILITY_ADD_PARTICIPANT) == CAPABILITY_ADD_PARTICIPANT) { in capabilitiesToStringInternal()
468 public static final int CAPABILITY_ADD_PARTICIPANT = 0x02000000; field in Call.Details719 if (can(capabilities, CAPABILITY_ADD_PARTICIPANT)) { in capabilitiesToString()