Searched refs:UPDATE_ALL (Results 1 – 9 of 9) sorted by relevance
45 UIIntents.UI_INTENT_EXTRA_NOTIFICATIONS_UPDATE, BugleNotifications.UPDATE_ALL); in onReceive()
101 BugleNotifications.update(false/*silent*/, BugleNotifications.UPDATE_ALL); in executeAction()
88 BugleNotifications.update(false/*silent*/, BugleNotifications.UPDATE_ALL); in executeAction()
106 BugleNotifications.update(false/*silent*/, BugleNotifications.UPDATE_ALL); in executeAction()
140 BugleNotifications.UPDATE_ALL); in executeAction()
171 BugleNotifications.update(false/*silent*/, conversationId, BugleNotifications.UPDATE_ALL); in executeAction()
551 BugleNotifications.update(false /*silent*/, conversationId, BugleNotifications.UPDATE_ALL); in processResult()
147 static final int UPDATE_ALL = 1; field in EventInfoFragment
111 public static final int UPDATE_ALL = UPDATE_MESSAGES + UPDATE_ERRORS; field in BugleNotifications