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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DProcessSentMessageAction.java273 BugleNotifications.update(false, BugleNotifications.UPDATE_ERRORS);
H A DProcessDownloadedMmsAction.java375 BugleNotifications.update(false, BugleNotifications.UPDATE_ERRORS);
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DBugleNotifications.java110 public static final int UPDATE_ERRORS = 2; field in class:BugleNotifications
111 public static final int UPDATE_ALL = UPDATE_MESSAGES + UPDATE_ERRORS;
152 * UPDATE_NONE, UPDATE_MESSAGES, UPDATE_ERRORS, or UPDATE_ALL
165 * UPDATE_NONE, UPDATE_MESSAGES, UPDATE_ERRORS, or UPDATE_ALL
188 if ((coverage & UPDATE_ERRORS) != 0) {
H A DMessageNotificationState.java1299 BugleNotifications.UPDATE_ERRORS,

Completed in 58 milliseconds