Lines Matching refs:Account

43 import com.android.emailcommon.provider.Account;
153 Account account = Account.restoreAccountWithId(mContext, accountId); in createBaseAccountNotificationBuilder()
195 registerMessageNotification(Account.ACCOUNT_ID_COMBINED_VIEW); in watchForMessages()
200 resolver.registerContentObserver(Account.NOTIFIER_URI, true, mAccountObserver); in watchForMessages()
265 if (accountId == Account.ACCOUNT_ID_COMBINED_VIEW) { in registerMessageNotification()
267 Account.CONTENT_URI, EmailContent.ID_PROJECTION, in registerMessageNotification()
300 if (accountId == Account.ACCOUNT_ID_COMBINED_VIEW) { in unregisterMessageNotification()
322 NotificationCompat.Builder builder, Account account) { in setupSoundAndVibration()
330 com.android.mail.providers.Account uiAccount = null; in setupSoundAndVibration()
333 uiAccount = com.android.mail.providers.Account.builder().buildFrom(accountCursor); in setupSoundAndVibration()
417 final Account account = Account.restoreAccountWithId(mContext, accountId); in showLoginFailedNotificationSynchronous()
455 final Account account = Account.restoreAccountWithId(mContext, accountId); in showPasswordExpiringNotificationSynchronous()
476 final Account account = Account.restoreAccountWithId(mContext, accountId); in showPasswordExpiredNotificationSynchronous()
502 public void showSecurityNeededNotification(Account account) { in showSecurityNeededNotification()
517 public void showSecurityChangedNotification(Account account) { in showSecurityChangedNotification()
534 public void showSecurityUnsupportedNotification(Account account) { in showSecurityUnsupportedNotification()
554 Cursor c = mContext.getContentResolver().query(Account.CONTENT_URI, in cancelSecurityNeededNotification()
555 Account.ID_PROJECTION, null, null, null); in cancelSecurityNeededNotification()
558 long id = c.getLong(Account.ID_PROJECTION_COLUMN); in cancelSecurityNeededNotification()
574 public void cancelNotifications(final Context context, final Account account) { in cancelNotifications()
581 final android.accounts.Account notifAccount in cancelNotifications()
682 com.android.mail.providers.Account account = null; in handleUpdateNotificationIntent()
685 account = com.android.mail.providers.Account.builder().buildFrom(accountCursor); in handleUpdateNotificationIntent()
779 final Cursor c = resolver.query(Account.CONTENT_URI, EmailContent.ID_PROJECTION, in onChange()