Home | History | Annotate | Download | only in mail

Lines Matching full:account

25 import com.android.mail.providers.Account;
79 final Account account = intent.getParcelableExtra(Utils.EXTRA_ACCOUNT);
82 NotificationUtils.clearFolderNotification(this, account, folder, true /* markSeen */);
95 final Account account = intent.getParcelableExtra(Utils.EXTRA_ACCOUNT);
102 NotificationUtils.resendNotifications(this, false, account.uri,
107 final Account account = intent.getParcelableExtra(Utils.EXTRA_ACCOUNT);
113 account, folder, getAttention, getContactFetcher());