Searched refs:PendingIntentConstants (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | SmsStorageStatusManager.java | 28 import com.android.messaging.util.PendingIntentConstants; 86 PendingIntentConstants.SMS_STORAGE_LOW_NOTIFICATION_ID, notification); in postStorageLowNotification() 96 PendingIntentConstants.SMS_STORAGE_LOW_NOTIFICATION_ID); in cancelStorageLowNotification()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleNotifications.java | 78 import com.android.messaging.util.PendingIntentConstants; 181 cancel(PendingIntentConstants.SMS_NOTIFICATION_ID); in update() 242 if (type == PendingIntentConstants.SMS_NOTIFICATION_ID) { in cancel() 286 cancel(PendingIntentConstants.SMS_NOTIFICATION_ID, childConversationId, true); in cancelStaleGroupChildren() 381 case PendingIntentConstants.SMS_NOTIFICATION_ID: in buildNotificationTag() 388 case PendingIntentConstants.MSG_SEND_ERROR: in buildNotificationTag() 599 cancel(PendingIntentConstants.SMS_NOTIFICATION_ID); in createMessageNotification() 1217 PendingIntentConstants.MSG_SEND_ERROR, in notifyEmergencySmsFailed()
|
D | MessageNotificationState.java | 58 import com.android.messaging.util.PendingIntentConstants; 314 mType = PendingIntentConstants.SMS_NOTIFICATION_ID; in MessageNotificationState() 1328 PendingIntentConstants.MSG_SEND_ERROR, null), in checkFailedMessages() 1329 PendingIntentConstants.MSG_SEND_ERROR, in checkFailedMessages() 1335 PendingIntentConstants.MSG_SEND_ERROR, null), in checkFailedMessages() 1336 PendingIntentConstants.MSG_SEND_ERROR); in checkFailedMessages()
|
/packages/apps/Messaging/src/com/android/messaging/receiver/ |
D | SmsReceiver.java | 52 import com.android.messaging.util.PendingIntentConstants; 292 PendingIntentConstants.SMS_SECONDARY_USER_NOTIFICATION_ID, notification); in postNewMessageSecondaryUserNotification() 302 PendingIntentConstants.SMS_SECONDARY_USER_NOTIFICATION_ID); in cancelSecondaryUserNotification()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | PendingIntentConstants.java | 20 public class PendingIntentConstants { class
|