Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java133 final int mNotificationType; field in MessageNotificationState.NotificationLineInfo
136 mNotificationType = BugleNotifications.LOCAL_SMS_NOTIFICATION; in NotificationLineInfo()
140 mNotificationType = notificationType; in NotificationLineInfo()
257 return messageLineInfo.mNotificationType; in getLatestMessageNotificationType()