• Home
  • Raw
  • Download

Lines Matching refs:UIProvider

51 import com.android.mail.providers.UIProvider;
328 "uiaccount", account.mId), UIProvider.ACCOUNTS_PROJECTION, null, null, null); in setupSoundAndVibration()
342 UIProvider.FOLDERS_PROJECTION, null, null, null); in setupSoundAndVibration()
643 final Intent intent = new Intent(UIProvider.ACTION_UPDATE_NOTIFICATION); in refreshNotificationsForAccountInternal()
647 intent.putExtra(UIProvider.UpdateNotificationExtras.EXTRA_ACCOUNT, accountUri); in refreshNotificationsForAccountInternal()
648 intent.putExtra(UIProvider.UpdateNotificationExtras.EXTRA_FOLDER, folderUri); in refreshNotificationsForAccountInternal()
649 intent.putExtra(UIProvider.UpdateNotificationExtras.EXTRA_UPDATED_UNREAD_COUNT, in refreshNotificationsForAccountInternal()
651 intent.putExtra(UIProvider.UpdateNotificationExtras.EXTRA_UPDATED_UNSEEN_COUNT, in refreshNotificationsForAccountInternal()
664 intent.getParcelableExtra(UIProvider.UpdateNotificationExtras.EXTRA_ACCOUNT); in handleUpdateNotificationIntent()
666 intent.getParcelableExtra(UIProvider.UpdateNotificationExtras.EXTRA_FOLDER); in handleUpdateNotificationIntent()
668 UIProvider.UpdateNotificationExtras.EXTRA_UPDATED_UNREAD_COUNT, 0); in handleUpdateNotificationIntent()
670 UIProvider.UpdateNotificationExtras.EXTRA_UPDATED_UNSEEN_COUNT, 0); in handleUpdateNotificationIntent()
675 UIProvider.ACCOUNTS_PROJECTION, null, null, null); in handleUpdateNotificationIntent()
697 final Cursor folderCursor = contentResolver.query(folderUri, UIProvider.FOLDERS_PROJECTION, in handleUpdateNotificationIntent()