Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewType.java31 NotificationViewType.PROGRESS_IN_GROUP,
58 int PROGRESS_IN_GROUP = 8; field
DCarNotificationTypeItem.java62 PROGRESS_IN_GROUP(-1, R.layout.progress_notification_template_inner, enumConstant
63 NotificationViewType.PROGRESS_IN_GROUP, true),
143 case NotificationViewType.PROGRESS_IN_GROUP: in getViewHolder()
DCarNotificationViewAdapter.java275 ? NotificationViewType.PROGRESS_IN_GROUP : NotificationViewType.PROGRESS; in getItemViewTypeImpl()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationTypeItemTest.java152 NotificationViewType.PROGRESS_IN_GROUP); in progressInGroupNotificationType_shouldHaveCorrectValues()
154 NotificationViewType.PROGRESS_IN_GROUP); in progressInGroupNotificationType_shouldHaveCorrectValues()
DCarNotificationViewAdapterTest.java227 NotificationViewType.PROGRESS_IN_GROUP); in onCreateViewHolder_progressInGroupType_shouldReturnObjectOfProgressNotificationViewHolder()
439 NotificationViewType.PROGRESS_IN_GROUP); in onBindViewHolder_progressInGroup_shouldNotThrowError()