Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationTypeItem.java75 private final int mNotificationType; field in CarNotificationTypeItem
93 mNotificationType = notificationType; in CarNotificationTypeItem()
117 return mNotificationType; in getNotificationType()
125 switch (mNotificationType) { in getViewHolder()
152 throw new AssertionError("invalid notification type" + mNotificationType); in getViewHolder()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessageNotificationState.java132 final int mNotificationType; field in MessageNotificationState.NotificationLineInfo
135 mNotificationType = BugleNotifications.LOCAL_SMS_NOTIFICATION; in NotificationLineInfo()
139 mNotificationType = notificationType; in NotificationLineInfo()
256 return messageLineInfo.mNotificationType; in getLatestMessageNotificationType()