Home
last modified time | relevance | path

Searched refs:setNotifications (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java290 mCarNotificationViewAdapter.setNotifications( in onBindViewHolder_default_shouldThrowError()
300 mCarNotificationViewAdapter.setNotifications( in onBindViewHolder_carWarning_shouldNotThrowError()
311 mCarNotificationViewAdapter.setNotifications( in onBindViewHolder_carInformation_shouldNotThrowError()
322 mCarNotificationViewAdapter.setNotifications( in onBindViewHolder_basic_shouldNotThrowError()
337 mCarNotificationViewAdapter.setNotifications( in onBindViewHolder_group_shouldNotThrowError()
352 mCarNotificationViewAdapter.setNotifications( in onBindViewHolder_message_shouldNotThrowError()
367 mCarNotificationViewAdapter.setNotifications( in onBindViewHolder_messageWithRestriction_shouldNotThrowError()
386 mCarNotificationViewAdapter.setNotifications( in onBindViewHolder_messageInGroup_shouldNotThrowError()
401 mCarNotificationViewAdapter.setNotifications( in onBindViewHolder_messageInGroupWithRestriction_shouldNotThrowError()
420 mCarNotificationViewAdapter.setNotifications( in onBindViewHolder_progress_shouldNotThrowError()
[all …]
DCarNotificationViewTest.java113 mCarNotificationView.setNotifications(notifications); in onClickClearAllButton_callsFactoryClearNotificationsWithDismissibleNotifications()
167 mCarNotificationView.setNotifications(notifications); in setNotifications_notEmpty_listViewIsVisible()
181 mCarNotificationView.setNotifications(notifications); in setNotifications_notEmpty_emptyNotificationTextViewIsGone()
197 mCarNotificationView.setNotifications(notifications); in setNotifications_notEmpty_manageButtonIsGone()
207 mCarNotificationView.setNotifications(notifications); in setNotifications_empty_listViewStaysVisible()
217 mCarNotificationView.setNotifications(notifications); in setNotifications_empty_emptyNotificationTextViewIsVisible()
227 mCarNotificationView.setNotifications(notifications); in setNotifications_empty_manageButtonIsVisible()
239 mCarNotificationView.setNotifications(notifications); in removeNotification_notificationNotRemoved()
253 mCarNotificationView.setNotifications(notifications); in removeNotification_notificationRemoved_wholeGroupRemoved()
267 mCarNotificationView.setNotifications(notifications); in removeNotification_notificationRemoved_partOfGroupRemoved()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DCellularSecurityNotificationsPreferenceController.java142 setNotifications(isChecked); in setChecked()
149 setNotifications(!isChecked); in setChecked()
155 private void setNotifications(boolean isChecked) { in setNotifications() method in CellularSecurityNotificationsPreferenceController
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewController.java124 mCarNotificationView.setNotifications(notificationGroups); in resetNotifications()
152 mCarNotificationView.setNotifications(notificationGroups); in updateNotifications()
DCarNotificationView.java198 public void setNotifications(List<NotificationGroup> notifications) { in setNotifications() method in CarNotificationView
200 mAdapter.setNotifications(notifications, /* setRecyclerViewListHeaderAndFooter= */ true); in setNotifications()
231 mAdapter.setNotifications(mNotifications, /* setRecyclerViewListHeaderAndFooter= */ true); in removeNotification()
DCarNotificationViewAdapter.java438 public void setNotifications(List<NotificationGroup> notifications, in setNotifications() method in CarNotificationViewAdapter
/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/
DTvNotificationAdapter.java83 public void setNotifications(SparseArray<StatusBarNotification> notifications) { in setNotifications() method in TvNotificationAdapter
DTvNotificationPanelActivity.java81 mTvNotificationAdapter.setNotifications(notificationList); in notificationsUpdated()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DGroupNotificationViewHolder.java258 mAdapter.setNotifications( in addNotifications()
291 mAdapter.setNotifications( in collapseGroup()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/
DGroupNotificationViewHolderTest.java183 verify(mockAdapter, times(1)).setNotifications( in resetNotifications_removeAllGroupedNotifications()