Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DEmergencyNotificationViewHolder.java33 public class EmergencyNotificationViewHolder extends CarNotificationBaseViewHolder { class
42 public EmergencyNotificationViewHolder(View view, in EmergencyNotificationViewHolder() method in EmergencyNotificationViewHolder
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationTypeItem.java24 import com.android.car.notification.template.EmergencyNotificationViewHolder;
129 return new EmergencyNotificationViewHolder(view, clickHandlerFactory); in getViewHolder()