Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java320 String expectedGroupKey = null; in assertOnlySomeNotificationsAutogrouped() local
329 if (expectedGroupKey == null) { in assertOnlySomeNotificationsAutogrouped()
330 expectedGroupKey = sbn.getGroupKey(); in assertOnlySomeNotificationsAutogrouped()
332 assertEquals(expectedGroupKey, sbn.getGroupKey()); in assertOnlySomeNotificationsAutogrouped()
338 sbn.getGroupKey() != expectedGroupKey); in assertOnlySomeNotificationsAutogrouped()
344 String expectedGroupKey = null; in assertAllPostedNotificationsAutogrouped() local
352 if (expectedGroupKey == null) { in assertAllPostedNotificationsAutogrouped()
353 expectedGroupKey = sbn.getGroupKey(); in assertAllPostedNotificationsAutogrouped()
356 assertEquals(expectedGroupKey, sbn.getGroupKey()); in assertAllPostedNotificationsAutogrouped()