Home
last modified time | relevance | path

Searched refs:UPDATE_ALL (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/receiver/
DNotificationReceiver.java45 UIIntents.UI_INTENT_EXTRA_NOTIFICATIONS_UPDATE, BugleNotifications.UPDATE_ALL); in onReceive()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DMarkAsSeenAction.java101 BugleNotifications.update(false/*silent*/, BugleNotifications.UPDATE_ALL); in executeAction()
DMarkAsReadAction.java88 BugleNotifications.update(false/*silent*/, BugleNotifications.UPDATE_ALL); in executeAction()
DRedownloadMmsAction.java103 BugleNotifications.update(false/*silent*/, BugleNotifications.UPDATE_ALL); in executeAction()
DReceiveMmsMessageAction.java140 BugleNotifications.UPDATE_ALL); in executeAction()
DReceiveSmsMessageAction.java169 BugleNotifications.update(false/*silent*/, conversationId, BugleNotifications.UPDATE_ALL); in executeAction()
DProcessDownloadedMmsAction.java540 BugleNotifications.update(false /*silent*/, conversationId, BugleNotifications.UPDATE_ALL); in processResult()
/packages/apps/Calendar/src/com/android/calendar/
DEventInfoFragment.java147 static final int UPDATE_ALL = 1; field in EventInfoFragment
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java111 public static final int UPDATE_ALL = UPDATE_MESSAGES + UPDATE_ERRORS; field in BugleNotifications