Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBaseViewHolder.java48 private final CarNotificationBodyView mBodyView; field in CarNotificationBaseViewHolder
91 mBodyView = itemView.findViewById(R.id.notification_body); in CarNotificationBaseViewHolder()
130 bindBody(mBodyView, isInGroup); in bind()
260 if (mBodyView != null) { in reset()
261 mBodyView.reset(); in reset()
DCallNotificationViewHolder.java32 private final CarNotificationBodyView mBodyView; field in CallNotificationViewHolder
40 mBodyView = view.findViewById(R.id.notification_body); in CallNotificationViewHolder()
67 mBodyView.bind(title, text, icon); in bindBody()
DInboxNotificationViewHolder.java33 private final CarNotificationBodyView mBodyView; field in InboxNotificationViewHolder
41 mBodyView = view.findViewById(R.id.notification_body); in InboxNotificationViewHolder()
67 mBodyView.bind(title, text, icon); in bindBody()
DNavigationNotificationViewHolder.java32 private final CarNotificationBodyView mBodyView; field in NavigationNotificationViewHolder
40 mBodyView = view.findViewById(R.id.notification_body); in NavigationNotificationViewHolder()
67 mBodyView.bind(title, text, icon); in bindBody()
DBasicNotificationViewHolder.java33 private final CarNotificationBodyView mBodyView; field in BasicNotificationViewHolder
41 mBodyView = view.findViewById(R.id.notification_body); in BasicNotificationViewHolder()
67 mBodyView.bind(title, text, icon); in bindBody()
DEmergencyNotificationViewHolder.java37 private final CarNotificationBodyView mBodyView; field in EmergencyNotificationViewHolder
47 mBodyView = view.findViewById(R.id.notification_body); in EmergencyNotificationViewHolder()
76 mBodyView.bind(title, text, icon); in bind()
DProgressNotificationViewHolder.java37 private final CarNotificationBodyView mBodyView; field in ProgressNotificationViewHolder
48 mBodyView = view.findViewById(R.id.notification_body); in ProgressNotificationViewHolder()
78 mBodyView.bind(title, text, icon); in bindBody()
DMessageNotificationViewHolder.java47 private final CarNotificationBodyView mBodyView; field in MessageNotificationViewHolder
71 mBodyView = view.findViewById(R.id.notification_body); in MessageNotificationViewHolder()
190 mBodyView.bindTitleAndMessage(conversationTitle, messageText); in bindBody()