Home
last modified time | relevance | path

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

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