Searched refs:REPLY_TO (Results 1 – 5 of 5) sorted by relevance
40 private static final String REPLY_TO = "replyTo"; field in ReplyFromAccount70 json.put(REPLY_TO, replyTo); in serialize()85 String replyTo = json.getString(REPLY_TO); in deserialize()
1601 MessageColumns.REPLY_TO,1772 public static final String REPLY_TO = "replyToAddress"; field in UIProvider.MessageColumns
43 setFieldParser(Field.REPLY_TO, addressListParser); in DefaultFieldParser()
37 public static final String REPLY_TO = "Reply-To"; field in Field
2730 .add(UIProvider.MessageColumns.REPLY_TO, MessageColumns.REPLY_TO_LIST) in getMessageViewMap()