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()
103 BugleNotifications.update(false/*silent*/, BugleNotifications.UPDATE_ALL); in executeAction()
140 BugleNotifications.UPDATE_ALL); in executeAction()
169 BugleNotifications.update(false/*silent*/, conversationId, BugleNotifications.UPDATE_ALL); in executeAction()
540 BugleNotifications.update(false /*silent*/, conversationId, BugleNotifications.UPDATE_ALL); in processResult()
160 static final int UPDATE_ALL = 1; field in EventInfoFragment848 mEditResponseHelper.setWhichEvents(UPDATE_ALL); in onAttach()1358 case UPDATE_ALL: in saveResponse()
111 public static final int UPDATE_ALL = UPDATE_MESSAGES + UPDATE_ERRORS; field in BugleNotifications