Home | History | Annotate | Download | only in email

Lines Matching refs:account

20 import com.android.emailcommon.provider.Account;
72 * Set the account when known. Causes the search to prioritize contacts
73 * from that account.
75 public void setAccount(Account account) {
76 if (account != null) {
77 // TODO: figure out how to infer the contacts account type from the email account
78 super.setAccount(new android.accounts.Account(account.mEmailAddress, "unknown"));