Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java136 mNotificationType = BugleNotifications.LOCAL_SMS_NOTIFICATION; in NotificationLineInfo()
160 super(BugleNotifications.LOCAL_SMS_NOTIFICATION); in MessageLineInfo()
255 return BugleNotifications.LOCAL_SMS_NOTIFICATION; in getLatestMessageNotificationType()
1099 return BugleNotifications.LOCAL_SMS_NOTIFICATION; in getLatestMessageNotificationType()
DNotificationState.java129 return BugleNotifications.LOCAL_SMS_NOTIFICATION; in getLatestMessageNotificationType()
DBugleNotifications.java114 public static final int LOCAL_SMS_NOTIFICATION = 0; field in BugleNotifications