Home | History | Annotate | Download | only in ui

Lines Matching refs:ACCOUNT

48 import com.android.mail.providers.Account;
82 * The account currently being shown
84 private Account mAccount;
112 /** Message sent to display the account email address in the subtitle. */
120 // Display the account name (email address).
124 LogUtils.wtf(LOG_TAG, "MABV.handleMessage() has a null account!");
131 /** Changes the subtitle to display the account name */
140 /** Updates the resolver and tells it the most recent account. */
144 public UpdateProvider(Uri account, ContentResolver resolver) {
145 mAccount = account;
159 public void onChanged(Account newAccount) {
288 private void updateAccount(Account account) {
289 final boolean accountChanged = mAccount == null || !mAccount.uri.equals(account.uri);
290 mAccount = account;
294 bundle.putParcelable(UIProvider.SetCurrentAccountColumns.ACCOUNT, account);
342 // We want the user to be able to switch accounts while waiting for an account
435 // Show compose and search based on the account
451 * Reorders the specified {@link Menu}, taking into account the user's Archive/Delete
454 public static void reorderMenu(final Context context, final Account account, final Menu menu,
457 account.supportsCapability(AccountCapabilities.ARCHIVE));
522 final boolean showChangeFolder = account
672 * account {@link #mAccount} shown in the actionbar. Also updates the actionbar subtitle to
682 // Account is not synced: clear title and update the subtitle.
713 // unread count dropped to zero, remove it and show the account name right away.
720 * Remove the unread count and show the account name, if required.
728 // Update the subtitle: clear it or show account name.
732 // In a short while, show the account name in its place.
807 // item, and the current folder is a draft folder and the account supports discarding