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

/packages/apps/Messaging/src/com/android/messaging/receiver/
H A DNotificationReceiver.java45 UIIntents.UI_INTENT_EXTRA_NOTIFICATIONS_UPDATE, BugleNotifications.UPDATE_ALL);
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DMarkAsReadAction.java88 BugleNotifications.update(false/*silent*/, BugleNotifications.UPDATE_ALL);
H A DMarkAsSeenAction.java101 BugleNotifications.update(false/*silent*/, BugleNotifications.UPDATE_ALL);
H A DRedownloadMmsAction.java103 BugleNotifications.update(false/*silent*/, BugleNotifications.UPDATE_ALL);
H A DReceiveMmsMessageAction.java140 BugleNotifications.UPDATE_ALL);
H A DReceiveSmsMessageAction.java169 BugleNotifications.update(false/*silent*/, conversationId, BugleNotifications.UPDATE_ALL);
H A DProcessDownloadedMmsAction.java540 BugleNotifications.update(false /*silent*/, conversationId, BugleNotifications.UPDATE_ALL);
/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java160 static final int UPDATE_ALL = 1; field in class:EventInfoFragment
848 mEditResponseHelper.setWhichEvents(UPDATE_ALL);
1358 case UPDATE_ALL:
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleNotifications.java111 public static final int UPDATE_ALL = UPDATE_MESSAGES + UPDATE_ERRORS; field in class:BugleNotifications
152 * UPDATE_NONE, UPDATE_MESSAGES, UPDATE_ERRORS, or UPDATE_ALL
165 * UPDATE_NONE, UPDATE_MESSAGES, UPDATE_ERRORS, or UPDATE_ALL

Completed in 1521 milliseconds