Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java442 String expectedGroupKey = null; in assertOnlySomeNotificationsAutogrouped() local
455 if (expectedGroupKey == null) { in assertOnlySomeNotificationsAutogrouped()
456 expectedGroupKey = sbn.getGroupKey(); in assertOnlySomeNotificationsAutogrouped()
458 assertEquals(expectedGroupKey, sbn.getGroupKey()); in assertOnlySomeNotificationsAutogrouped()
464 sbn.getGroupKey() != expectedGroupKey); in assertOnlySomeNotificationsAutogrouped()
470 String expectedGroupKey = null; in assertAllPostedNotificationsAutogrouped() local
481 if (expectedGroupKey == null) { in assertAllPostedNotificationsAutogrouped()
482 expectedGroupKey = sbn.getGroupKey(); in assertAllPostedNotificationsAutogrouped()
485 assertEquals(expectedGroupKey, sbn.getGroupKey()); in assertAllPostedNotificationsAutogrouped()