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

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DReplyFromAccount.java51 public boolean isCustomFrom; field in class:ReplyFromAccount
61 this.isCustomFrom = isCustom;
72 json.put(IS_CUSTOM_FROM, isCustomFrom);
87 boolean isCustomFrom = json.getBoolean(IS_CUSTOM_FROM);
89 replyTo, isDefault, isCustomFrom);
124 parsedFromAddress) && replyFromAccount.isCustomFrom) {
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DFromAddressSpinnerAdapter.java62 if (fromItem.isCustomFrom) {
79 final int res = fromItem.isCustomFrom ? R.layout.custom_from_dropdown_item
82 if (fromItem.isCustomFrom) {

Completed in 84 milliseconds