Lines Matching refs:builder

446         StringBuilder builder = new StringBuilder();
447 builder.append("[Capabilities:");
449 builder.append(" CAPABILITY_HOLD");
452 builder.append(" CAPABILITY_SUPPORT_HOLD");
455 builder.append(" CAPABILITY_MERGE_CONFERENCE");
458 builder.append(" CAPABILITY_SWAP_CONFERENCE");
461 builder.append(" CAPABILITY_RESPOND_VIA_TEXT");
464 builder.append(" CAPABILITY_MUTE");
467 builder.append(" CAPABILITY_MANAGE_CONFERENCE");
470 builder.append(" CAPABILITY_SUPPORTS_VT_LOCAL_RX");
473 builder.append(" CAPABILITY_SUPPORTS_VT_LOCAL_TX");
476 builder.append(" CAPABILITY_SUPPORTS_VT_LOCAL_BIDIRECTIONAL");
479 builder.append(" CAPABILITY_SUPPORTS_VT_REMOTE_RX");
482 builder.append(" CAPABILITY_SUPPORTS_VT_REMOTE_TX");
485 builder.append(" CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL");
488 builder.append(" CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO");
491 builder.append(" CAPABILITY_SPEED_UP_MT_AUDIO");
494 builder.append(" CAPABILITY_CAN_UPGRADE_TO_VIDEO");
497 builder.append(" CAPABILITY_CAN_PAUSE_VIDEO");
500 builder.append(" CAPABILITY_SINGLE_PARTY_CONFERENCE");
503 builder.append(" CAPABILITY_CAN_SEND_RESPONSE_VIA_CONNECTION");
506 builder.append(" CAPABILITY_CAN_PULL_CALL");
509 builder.append("]");
510 return builder.toString();
521 StringBuilder builder = new StringBuilder();
522 builder.append("[Properties:");
525 builder.append(" PROPERTY_SHOW_CALLBACK_NUMBER");
529 builder.append(" PROPERTY_HIGH_DEF_AUDIO");
533 builder.append(" PROPERTY_WIFI");
537 builder.append(" PROPERTY_GENERIC_CONFERENCE");
541 builder.append(" PROPERTY_IS_EXTERNAL_CALL");
544 builder.append("]");
545 return builder.toString();
2175 StringBuilder builder = new StringBuilder();
2179 builder.append(c);
2181 builder.append('x');
2184 return builder.toString();