Home
last modified time | relevance | path

Searched refs:UPDATE_ERRORS (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java110 public static final int UPDATE_ERRORS = 2; field in BugleNotifications
111 public static final int UPDATE_ALL = UPDATE_MESSAGES + UPDATE_ERRORS;
188 if ((coverage & UPDATE_ERRORS) != 0) { in update()
DMessageNotificationState.java1304 BugleNotifications.UPDATE_ERRORS, in checkFailedMessages()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DProcessSentMessageAction.java275 BugleNotifications.update(false, BugleNotifications.UPDATE_ERRORS); in processResult()
DProcessDownloadedMmsAction.java386 BugleNotifications.update(false, BugleNotifications.UPDATE_ERRORS); in processBackgroundResponse()