HomeSort by relevance Sort by last modified time
    Searched refs:PendingIntentConstants (Results 1 - 5 of 5) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/util/
PendingIntentConstants.java 20 public class PendingIntentConstants {
  /packages/apps/Messaging/src/com/android/messaging/sms/
SmsStorageStatusManager.java 28 import com.android.messaging.util.PendingIntentConstants;
86 PendingIntentConstants.SMS_STORAGE_LOW_NOTIFICATION_ID, notification);
96 PendingIntentConstants.SMS_STORAGE_LOW_NOTIFICATION_ID);
  /packages/apps/Messaging/src/com/android/messaging/receiver/
SmsReceiver.java 52 import com.android.messaging.util.PendingIntentConstants;
291 PendingIntentConstants.SMS_SECONDARY_USER_NOTIFICATION_ID, notification);
301 PendingIntentConstants.SMS_SECONDARY_USER_NOTIFICATION_ID);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleNotifications.java 78 import com.android.messaging.util.PendingIntentConstants;
181 cancel(PendingIntentConstants.SMS_NOTIFICATION_ID);
242 if (type == PendingIntentConstants.SMS_NOTIFICATION_ID) {
286 cancel(PendingIntentConstants.SMS_NOTIFICATION_ID, childConversationId, true);
371 * @param type One of the constants in {@link PendingIntentConstants}
381 case PendingIntentConstants.SMS_NOTIFICATION_ID:
388 case PendingIntentConstants.MSG_SEND_ERROR:
599 cancel(PendingIntentConstants.SMS_NOTIFICATION_ID);
    [all...]
MessageNotificationState.java 58 import com.android.messaging.util.PendingIntentConstants;
314 mType = PendingIntentConstants.SMS_NOTIFICATION_ID;
    [all...]

Completed in 190 milliseconds