Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationItemTouchListener.java131 if (summaryNotification != null && mAdapter.shouldRemoveGroupSummary( in CarNotificationItemTouchListener()
DCarNotificationViewAdapter.java653 public boolean shouldRemoveGroupSummary(String groupKey) { in shouldRemoveGroupSummary() method in CarNotificationViewAdapter
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java903 boolean result = mCarNotificationViewAdapter.shouldRemoveGroupSummary( in shouldRemoveGroupSummary_returnTrue_oneGroupWithSameGroupKeyIsPresent()
924 boolean result = mCarNotificationViewAdapter.shouldRemoveGroupSummary( in shouldRemoveGroupSummary_returnFalse_multipleGroupsWithSameGroupKeyArePresent()