Lines Matching full:mcontext
83 private final Context mContext;
119 mContext = context.getApplicationContext();
123 mGenericSenderIcon = BitmapFactory.decodeResource(mContext.getResources(),
125 mGenericMultipleSenderIcon = BitmapFactory.decodeResource(mContext.getResources(),
174 mContext, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);
178 Notification.Builder builder = new Notification.Builder(mContext)
243 ContentResolver resolver = mContext.getContentResolver();
264 mAccountObserver = new AccountContentObserver(sNotificationHandler, mContext);
324 ContentResolver resolver = mContext.getContentResolver();
341 Mailbox mailbox = Mailbox.restoreMailboxOfType(mContext, accountId, Mailbox.TYPE_INBOX);
350 sNotificationHandler, mContext, mailbox.mId, accountId);
367 ContentResolver resolver = mContext.getContentResolver();
403 return ContactStatusLoader.getContactInfo(mContext, email).mPhoto;
414 final Account account = Account.restoreAccountWithId(mContext, accountId);
419 final Message message = Message.restoreMessageWithId(mContext, messageId);
442 intent = Welcome.createOpenAccountInboxIntent(mContext, accountId);
444 intent = Welcome.createOpenMessageIntent(mContext, accountId, mailboxId, messageId);
465 mContext.getString(R.string.notification_multiple_new_messages_fmt),
505 final Account account = Account.restoreAccountWithId(mContext, attachment.mAccountKey);
508 mContext.getString(R.string.forward_download_failed_ticker),
509 mContext.getString(R.string.forward_download_failed_title),
528 final Account account = Account.restoreAccountWithId(mContext, accountId);
531 mContext.getString(R.string.login_failed_ticker, account.mDisplayName),
532 mContext.getString(R.string.login_failed_title),
534 AccountSettings.createAccountSettingsIntent(mContext, accountId,
553 Account account = Account.restoreAccountWithId(mContext, accountId);
556 Intent intent = AccountSecurity.actionDevicePasswordExpirationIntent(mContext,
560 mContext.getString(R.string.password_expire_warning_ticker_fmt, accountName);
561 String title = mContext.getString(R.string.password_expire_warning_content_title);
573 Account account = Account.restoreAccountWithId(mContext, accountId);
576 Intent intent = AccountSecurity.actionDevicePasswordExpirationIntent(mContext,
579 String ticker = mContext.getString(R.string.password_expired_ticker);
580 String title = mContext.getString(R.string.password_expired_content_title);
598 Intent intent = AccountSecurity.actionUpdateSecurityIntent(mContext, account.mId, true);
601 mContext.getString(R.string.security_notification_ticker_fmt, accountName);
602 String title = mContext.getString(R.string.security_notification_content_title);
624 private final Context mContext;
631 mContext = context;
650 Account account = Account.restoreAccountWithId(mContext, mAccountId);
658 ContentResolver resolver = mContext.getContentResolver();
660 mContext, ContentUris.withAppendedId(Mailbox.CONTENT_URI, mMailboxId),
694 mContext, ContentUris.withAppendedId(Mailbox.CONTENT_URI, mMailboxId),
728 private final Context mContext;
731 mContext = context;
736 final ContentResolver resolver = mContext.getContentResolver();