Home
last modified time | relevance | path

Searched refs:EXTRA_UPDATED_UNREAD_COUNT (Results 1 – 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DSuppressNotificationReceiver.java153 UIProvider.UpdateNotificationExtras.EXTRA_UPDATED_UNREAD_COUNT, 0); in onReceive()
/packages/apps/Email/src/com/android/email/
DEmailNotificationController.java649 intent.putExtra(UIProvider.UpdateNotificationExtras.EXTRA_UPDATED_UNREAD_COUNT, in refreshNotificationsForAccountInternal()
668 UIProvider.UpdateNotificationExtras.EXTRA_UPDATED_UNREAD_COUNT, 0); in handleUpdateNotificationIntent()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DUIProvider.java2392 public static final String EXTRA_UPDATED_UNREAD_COUNT = "notification_updated_unread_count"; field in UIProvider.UpdateNotificationExtras