Searched refs:NotificationViewType (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/ |
H A D | NotificationViewType.java | 27 NotificationViewType.BASIC, 29 NotificationViewType.MESSAGE, 31 NotificationViewType.PROGRESS, 33 NotificationViewType.INBOX, 39 NotificationViewType.NAVIGATION, 40 NotificationViewType.CALL, 41 NotificationViewType.HEADER, 42 NotificationViewType.FOOTER, 43 NotificationViewType.RECENTS, 44 NotificationViewType.OLDER, [all …]
|
H A D | CarNotificationTypeItem.java | 128 case NotificationViewType.CAR_EMERGENCY: in getViewHolder() 130 case NotificationViewType.NAVIGATION: in getViewHolder() 132 case NotificationViewType.CALL: in getViewHolder() 134 case NotificationViewType.MESSAGE: in getViewHolder() 137 case NotificationViewType.INBOX: in getViewHolder() 138 case NotificationViewType.INBOX_IN_GROUP: in getViewHolder() 140 case NotificationViewType.GROUP_EXPANDED: in getViewHolder() 143 case NotificationViewType.GROUP_SUMMARY: in getViewHolder() 145 case NotificationViewType.PROGRESS: in getViewHolder() 148 case NotificationViewType.BASIC: in getViewHolder() [all …]
|
H A D | CarNotificationViewAdapter.java | 125 case NotificationViewType.HEADER: in onCreateViewHolderImpl() 130 case NotificationViewType.FOOTER: in onCreateViewHolderImpl() 135 case NotificationViewType.RECENTS: in onCreateViewHolderImpl() 140 case NotificationViewType.OLDER: in onCreateViewHolderImpl() 162 case NotificationViewType.HEADER: in onBindViewHolderImpl() 165 case NotificationViewType.FOOTER: in onBindViewHolderImpl() 171 case NotificationViewType.OLDER: in onBindViewHolderImpl() 256 ? NotificationViewType.MESSAGE_IN_GROUP : NotificationViewType.MESSAGE; in getItemViewTypeImpl() 273 ? NotificationViewType.PROGRESS_IN_GROUP : NotificationViewType.PROGRESS; in getItemViewTypeImpl() 281 ? NotificationViewType.INBOX_IN_GROUP : NotificationViewType.INBOX; in getItemViewTypeImpl() [all …]
|
H A D | CarHeadsUpNotificationManager.java | 358 == NotificationViewType.MESSAGE) { in showHeadsUp()
|
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
H A D | CarNotificationTypeItemTest.java | 58 NotificationViewType.NAVIGATION); in navigationNotificationType_shouldHaveCorrectValues() 68 NotificationViewType.CALL); in callNotificationType_shouldHaveCorrectValues() 78 NotificationViewType.MESSAGE); in messageNotificationType_shouldHaveCorrectValues() 99 NotificationViewType.INBOX); in inboxNotificationType_shouldHaveCorrectValues() 109 NotificationViewType.INBOX_IN_GROUP); in inboxInGroupNotificationType_shouldHaveCorrectValues() 142 NotificationViewType.GROUP_SUMMARY); in groupSummaryNotificationType_shouldHaveCorrectValues() 144 NotificationViewType.GROUP_SUMMARY); in groupSummaryNotificationType_shouldHaveCorrectValues() 153 NotificationViewType.PROGRESS); in progressNotificationType_shouldHaveCorrectValues() 175 NotificationViewType.BASIC); in basicNotificationType_shouldHaveCorrectValues() 196 NotificationViewType.CAR_WARNING); in carWarningNotificationType_shouldHaveCorrectValues() [all …]
|
H A D | CarNotificationViewAdapterTest.java | 149 NotificationViewType.CAR_WARNING); in onCreateViewHolder_carWarningType_shouldReturnObjectOfBasicNotificationViewHolder() 226 NotificationViewType.MESSAGE); in onCreateViewHolder_message_shouldReturnObjectOfMessageNotificationViewHolder() 248 NotificationViewType.PROGRESS); in onCreateViewHolder_progressInGroup_shouldReturnObjectOfProgressNotificationViewHolder() 270 NotificationViewType.INBOX); in onCreateViewHolder_inbox_shouldReturnObjectOfInboxNotificationViewHolder() 292 NotificationViewType.BASIC); in onCreateViewHolder_basic_shouldReturnObjectOfBasicNotificationViewHolder() 335 NotificationViewType.BASIC); in onBindViewHolder_basic_shouldNotThrowError() 381 NotificationViewType.MESSAGE); in onBindViewHolder_message_shouldNotThrowError() 400 NotificationViewType.MESSAGE); in onBindViewHolder_messageWithRestriction_shouldNotThrowError() 449 NotificationViewType.PROGRESS); in onBindViewHolder_progress_shouldNotThrowError() 479 NotificationViewType.INBOX); in onBindViewHolder_inbox_shouldNotThrowError() [all …]
|