Home | History | Annotate | Download | only in activity

Lines Matching defs:FROM

79     private static final String FROM = "Fred From <from@google.com>";
115 * The following action definitions are purposefully copied from MessageCompose, so that
195 * To = Reply-To or From: (if REPLY)
196 * To = (Reply-To or From:), Cc = + To: + Cc: (if REPLY_ALL)
234 * Tests similar cases as testProcessSourceMessageReply, but when sender is in From: (or
547 * The to should be: FROM
557 msg.mFrom = Address.parseAndPack(FROM);
569 String expected = Address.parseAndPack(FROM);
583 * The to should be: FROM
593 msg.mFrom = Address.parseAndPack(FROM);
604 String expected = Address.parseAndPack(FROM);
620 * The to should be: FROM,
630 msg.mFrom = Address.parseAndPack(FROM);
641 String expected = Address.parseAndPack(FROM);
657 * The to should be: FROM
668 msg.mFrom = Address.parseAndPack(FROM);
679 String expected = Address.parseAndPack(FROM);
889 * Must call from UI thread.
915 assertTrue("from address", addresses.length > 0);
1028 // Now ensure they can be removed (e.g. in the case of switching from forward to reply).