Lines Matching full:mcontext
83 private final Context mContext;
93 mContext = context.getApplicationContext();
142 mContext, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);
146 final NotificationCompat.Builder builder = new NotificationCompat.Builder(mContext)
158 Account account = Account.restoreAccountWithId(mContext, accountId);
196 ContentResolver resolver = mContext.getContentResolver();
203 mAccountObserver = new AccountContentObserver(sNotificationHandler, mContext);
268 ContentResolver resolver = mContext.getContentResolver();
286 sNotificationHandler, mContext, accountId);
303 ContentResolver resolver = mContext.getContentResolver();
331 final Cursor accountCursor = mContext.getContentResolver().query(EmailProvider.uiUri(
345 mContext.getContentResolver().query(uiAccount.settings.defaultInbox,
365 mContext, uiAccount.getEmailAddress(), folder, true /* inbox */);
395 Message message = Message.restoreMessageWithId(mContext, attachment.mMessageKey);
397 Mailbox mailbox = Mailbox.restoreMailboxWithId(mContext, message.mMailboxKey);
399 mContext.getString(R.string.forward_download_failed_ticker),
400 mContext.getString(R.string.forward_download_failed_title),
423 final Account account = Account.restoreAccountWithId(mContext, accountId);
425 final Mailbox mailbox = Mailbox.restoreMailboxOfType(mContext, account.mId,
429 mContext.getString(R.string.login_failed_ticker, account.mDisplayName),
430 mContext.getString(R.string.login_failed_title),
450 Account account = Account.restoreAccountWithId(mContext, accountId);
453 Intent intent = AccountSecurity.actionDevicePasswordExpirationIntent(mContext,
457 mContext.getString(R.string.password_expire_warning_ticker_fmt, accountName);
458 String title = mContext.getString(R.string.password_expire_warning_content_title);
470 Account account = Account.restoreAccountWithId(mContext, accountId);
473 Intent intent = AccountSecurity.actionDevicePasswordExpirationIntent(mContext,
476 String ticker = mContext.getString(R.string.password_expired_ticker);
477 String title = mContext.getString(R.string.password_expired_content_title);
495 Intent intent = AccountSecurity.actionUpdateSecurityIntent(mContext, account.mId, true);
498 mContext.getString(R.string.security_needed_ticker_fmt, accountName);
499 String title = mContext.getString(R.string.security_notification_content_update_title);
512 mContext.getString(R.string.security_changed_ticker_fmt, accountName);
513 String title = mContext.getString(R.string.security_notification_content_change_title);
526 mContext.getString(R.string.security_unsupported_ticker_fmt, accountName);
527 String title = mContext.getString(R.string.security_notification_content_unsupported_title);
539 Cursor c = mContext.getContentResolver().query(Account.CONTENT_URI,
693 private final Context mContext;
699 mContext = context;
705 refreshNotificationsForAccount(mContext, mAccountId);
714 private final Context mContext;
717 mContext = context;
722 mContext.getContentResolver();
758 refreshAllNotifications(mContext);