Searched refs:ACCOUNT_FROM_ADDRESSES (Results 1 – 3 of 3) sorted by relevance
277 json.put(AccountColumns.ACCOUNT_FROM_ADDRESSES, accountFromAddresses); in serialize()401 accountFromAddresses = json.optString(AccountColumns.ACCOUNT_FROM_ADDRESSES, ""); in Account()454 cursor.getColumnIndex(UIProvider.AccountColumns.ACCOUNT_FROM_ADDRESSES))); in Account()941 map.put(AccountColumns.ACCOUNT_FROM_ADDRESSES, accountFromAddresses); in getValueMap()
190 .put(AccountColumns.ACCOUNT_FROM_ADDRESSES, String.class)446 public static final String ACCOUNT_FROM_ADDRESSES = "accountFromAddresses"; field in UIProvider.AccountColumns
337 accountMap.put(AccountColumns.ACCOUNT_FROM_ADDRESSES, replyFroms.toString()); in createAccountDetailsMap()