Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewType.java34 NotificationViewType.PROGRESS_IN_GROUP,
62 int PROGRESS_IN_GROUP = 11; field
DCarNotificationViewAdapter.java158 case NotificationViewType.PROGRESS_IN_GROUP: in onCreateViewHolder()
257 case NotificationViewType.PROGRESS_IN_GROUP: { in onBindViewHolder()
355 ? NotificationViewType.PROGRESS_IN_GROUP : NotificationViewType.PROGRESS; in getItemViewType()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java206 NotificationViewType.PROGRESS_IN_GROUP); in onCreateViewHolder_progressInGroupType_shouldReturnObjectOfProgressNotificationViewHolder()
433 NotificationViewType.PROGRESS_IN_GROUP); in onBindViewHolder_progressInGroup_shouldNotThrowError()