Home | History | Annotate | Download | only in ui

Lines Matching refs:ACCOUNT

31 import com.android.mail.providers.Account;
60 * The account currently being shown
62 private Account mAccount;
79 /** Updates the resolver and tells it the most recent account. */
83 public UpdateProvider(Uri account, ContentResolver resolver) {
84 mAccount = account;
98 public void onChanged(Account newAccount) {
153 private void updateAccount(Account account) {
154 final boolean accountChanged = mAccount == null || !mAccount.uri.equals(account.uri);
155 mAccount = account;
159 bundle.putParcelable(UIProvider.SetCurrentAccountColumns.ACCOUNT, account);
213 // We want the user to be able to switch accounts while waiting for an account
329 * account {@link #mAccount} shown in the actionbar. Also updates the actionbar subtitle to
338 // Account is not synced: clear title and update the subtitle.
405 // item, and the current folder is a draft folder and the account supports discarding