Home | History | Annotate | Download | only in email

Lines Matching refs:Account

19 import android.accounts.Account;
31 * Set the account when known. Causes the search to prioritize contacts from
32 * that account.
35 public void setAccount(Account account) {
36 if (account != null) {
37 // TODO: figure out how to infer the contacts account
38 // type from the email account
39 super.setAccount(new android.accounts.Account(account.name, "unknown"));