Home
last modified time | relevance | path

Searched refs:sameGroupUniqueIdentifiers (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationDiffTest.java176 assertThat(CarNotificationDiff.sameGroupUniqueIdentifiers(mNotificationGroup1, in sameGroupUniqueIdentifiers_shouldReturnTrue()
182 assertThat(CarNotificationDiff.sameGroupUniqueIdentifiers(mNotificationGroup1, in sameGroupUniqueIdentifiers_differenKeys_shouldReturnFalse()
199 assertThat(CarNotificationDiff.sameGroupUniqueIdentifiers(mNotificationGroup1, in sameGroupUniqueIdentifiers_diffNotificationKey_shouldReturnFalse()
215 assertThat(CarNotificationDiff.sameGroupUniqueIdentifiers(mNotificationGroup1, in sameGroupUniqueIdentifiers_sameChildrenNotification_shouldReturnTrue()
224 assertThat(CarNotificationDiff.sameGroupUniqueIdentifiers(mNotificationGroup1, in differentGroupUniqueIdentifiers_shouldReturnFalse()
/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationDiff.java69 return sameGroupUniqueIdentifiers(oldItem, newItem); in areItemsTheSame()
84 static boolean sameGroupUniqueIdentifiers( in sameGroupUniqueIdentifiers() method in CarNotificationDiff