Home | History | Annotate | Download | only in email

Lines Matching refs:mId

332                 "uiaccount", account.mId), UIProvider.ACCOUNTS_PROJECTION, null, null, null);
375 LogUtils.e(LOG_TAG, "Null uiAccount for account id %d", account.mId);
425 final Mailbox mailbox = Mailbox.restoreMailboxOfType(mContext, account.mId,
495 Intent intent = AccountSecurity.actionUpdateSecurityIntent(mContext, account.mId, true);
500 showNotification(account.mId, ticker, title, accountName, intent,
501 (int)(NOTIFICATION_ID_BASE_SECURITY_NEEDED + account.mId));
509 Intent intent = AccountSettings.createAccountSettingsIntent(account.mId, null, null);
514 showNotification(account.mId, ticker, title, accountName, intent,
515 (int)(NOTIFICATION_ID_BASE_SECURITY_CHANGED + account.mId));
523 Intent intent = AccountSettings.createAccountSettingsIntent(account.mId, null, null);
528 showNotification(account.mId, ticker, title, accountName, intent,
529 (int)(NOTIFICATION_ID_BASE_SECURITY_NEEDED + account.mId));
560 = EmailServiceUtils.getServiceInfoForAccount(context, account.mId);
562 LogUtils.d(LOG_TAG, "Can't cancel notification for missing account %d", account.mId);
572 notificationManager.cancel((int) (NOTIFICATION_ID_BASE_LOGIN_WARNING + account.mId));
573 notificationManager.cancel((int) (NOTIFICATION_ID_BASE_SECURITY_NEEDED + account.mId));
574 notificationManager.cancel((int) (NOTIFICATION_ID_BASE_SECURITY_CHANGED + account.mId));