Searched refs:isCustomFrom (Results 1 – 2 of 2) sorted by relevance
51 public boolean isCustomFrom; field in ReplyFromAccount61 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()
62 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()