Home | History | Annotate | Download | only in store

Lines Matching refs:account

43 import com.android.emailcommon.provider.Account;
96 public static Store newInstance(Account account, Context context) throws MessagingException {
97 return new ImapStore(context, account);
101 * Creates a new store for the given account. Always use
102 * {@link #newInstance(Account, Context)} to create an IMAP store.
104 private ImapStore(Context context, Account account) throws MessagingException {
106 mAccount = account;
108 HostAuth recvAuth = account.getOrCreateHostAuthRecv(context);
175 * AGUID A device+account UID
179 * @param userName the username of the account
180 * @param host the host (server) of the account
348 * @param accountId The ID of the account the mailbox is to be associated with