Searched refs:TO2 (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/activity/
H A DMessageComposeInstrumentationTests.java68 private static final String TO2 = "Second To <second.to@google.com>"; field in class:MessageComposeInstrumentationTests
418 msg.mTo = Address.parseAndPack(TO1 + ',' + TO2);
441 * The to should be: FROM and TO2
452 msg.mTo = Address.parseAndPack(TO1 + ',' + TO2);
462 String expected = Address.parseAndPack(FROM + ',' + TO2);
477 * The to should be: FROM, TO1, and TO2
488 msg.mTo = Address.parseAndPack(TO1 + ',' + TO2);
498 String expected = Address.parseAndPack(FROM + ',' + TO1 + ',' + TO2);
513 * The to should be: FROM, TO1, TO2, and TO3
524 msg.mTo = Address.parseAndPack(TO1 + ',' + TO2
[all...]

Completed in 22 milliseconds