Searched refs:getEmailAddress (Results 1 – 6 of 6) sorted by relevance
296 return getBoolean(context, account.getEmailAddress(), REQUIRE_MANUAL_SYNC_DIALOG_SHOWN, in getHasShownRequireManualSync()305 setBoolean(context, account.getEmailAddress(), REQUIRE_MANUAL_SYNC_DIALOG_SHOWN, value); in setHasShownRequireManualSync()
114 profile.getEmailAddress(), in addOrUpdateProfile()
235 mEmailEdit.setText(activeProfile.getEmailAddress()); in onCreateView()
215 account.setDisplayName(account.getEmailAddress()); in onDone()
301 public String getEmailAddress() { in getEmailAddress() method in Account
1253 message.mFrom = new Address(account.getEmailAddress(), account.getSenderName()).pack(); in updateMessage()