Searched defs:ReplyFromAccount (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DReplyFromAccount.java34 public class ReplyFromAccount implements Serializable { class in inherits:Serializable
53 public ReplyFromAccount(Account account, Uri baseAccountUri, String address, String name, method in class:ReplyFromAccount
79 public static ReplyFromAccount deserialize(Account account, JSONObject json) {
80 ReplyFromAccount replyFromAccount = null;
88 replyFromAccount = new ReplyFromAccount(account, uri, addressString, nameString,
96 public static ReplyFromAccount deserialize(Account account, String stringExtra) {
97 ReplyFromAccount replyFromAccount = null;
111 List<ReplyFromAccount> replyFromAccounts) {
122 for (ReplyFromAccount replyFromAccount : replyFromAccounts) {

Completed in 26 milliseconds