Home | History | Annotate | Download | only in activity

Lines Matching defs:CC1

82     private static final String CC1 = "First Cc <first.cc@google.com>";
558 msg.mCc = Address.parseAndPack(CC1 + ',' + CC2 + ',' + CC3);
583 * The cc should be: TO2, CC1, CC2, and CC3
594 msg.mCc = Address.parseAndPack(CC1 + ',' + CC2 + ',' + CC3);
606 expected = Address.parseAndPack(TO2 + ',' + CC1 + ',' + CC2 + ',' + CC3);
620 * The cc should be: TO1, TO2, CC1 and CC3 (CC2 is our account's email address)
631 msg.mCc = Address.parseAndPack(CC1 + ',' + CC2 + ',' + CC3);
643 expected = Address.parseAndPack(TO1 + ',' + TO2 + ',' + CC1 + ',' + CC3);
657 * The cc should be: TO1, TO2, ,TO3, and CC3 (CC1/CC4 are duplicates; CC2 is the our
669 msg.mCc = Address.parseAndPack(CC1 + ',' + CC2 + ',' + CC3 + ',' + CC4);