Home
last modified time | relevance | path

Searched refs:MSG_SEND_ERROR (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java1325 PendingIntentConstants.MSG_SEND_ERROR, null), in checkFailedMessages()
1326 PendingIntentConstants.MSG_SEND_ERROR, in checkFailedMessages()
1332 PendingIntentConstants.MSG_SEND_ERROR, null), in checkFailedMessages()
1333 PendingIntentConstants.MSG_SEND_ERROR); in checkFailedMessages()
DBugleNotifications.java388 case PendingIntentConstants.MSG_SEND_ERROR: in buildNotificationTag()
1217 PendingIntentConstants.MSG_SEND_ERROR, in notifyEmergencySmsFailed()
/packages/apps/Messaging/src/com/android/messaging/util/
DPendingIntentConstants.java24 public static final int MSG_SEND_ERROR = 2; field in PendingIntentConstants