Searched refs:accountFromAddresses (Results 1 – 3 of 3) sorted by relevance
122 public String accountFromAddresses; field in Account277 json.put(AccountColumns.ACCOUNT_FROM_ADDRESSES, accountFromAddresses); in serialize()401 accountFromAddresses = json.optString(AccountColumns.ACCOUNT_FROM_ADDRESSES, ""); in Account()453 accountFromAddresses = Strings.nullToEmpty(cursor.getString( in Account()608 accountFromAddresses = in.readString(); in Account()657 dest.writeString(accountFromAddresses); in writeToParcel()724 Objects.equal(accountFromAddresses, other.accountFromAddresses) && in equals()762 || !Objects.equal(accountFromAddresses, other.accountFromAddresses) in settingsDiffer()780 accountFromAddresses, in hashCode()826 if (!TextUtils.isEmpty(accountFromAddresses)) { in getReplyFroms()[all …]
53 assertEquals(before.accountFromAddresses, after.accountFromAddresses); in testSerializeDeserialize()
145 mAccount.accountFromAddresses = array.toString(); in testRecipientsRefReplyAllCustomFromReplyTo()222 mAccount.accountFromAddresses = array.toString(); in testRecipientsRefReplyAllOnlyCustomFrom()553 mAccount.accountFromAddresses = array.toString(); in brokentestRecipientsRefMessageReplyToCustomFrom()596 mAccount.accountFromAddresses = array.toString(); in brokentestRecipientsRefMessageReplyAllCustomFrom()642 mAccount.accountFromAddresses = array.toString(); in brokentestRecipientsRefMessageReplyAllCustomFromThisAccount()