Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DNavigationNotificationViewHolder.java30 public class NavigationNotificationViewHolder extends CarNotificationBaseViewHolder { class
37 public NavigationNotificationViewHolder( in NavigationNotificationViewHolder() method in NavigationNotificationViewHolder
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationTypeItem.java29 import com.android.car.notification.template.NavigationNotificationViewHolder;
131 return new NavigationNotificationViewHolder(view, clickHandlerFactory); in getViewHolder()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationTypeItemTest.java37 import com.android.car.notification.template.NavigationNotificationViewHolder;
62 NO_TEMPLATE, NavigationNotificationViewHolder.class); in navigationNotificationType_shouldHaveCorrectValues()