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.java441 String expectedGroupKey = null; in assertOnlySomeNotificationsAutogrouped() local
454 if (expectedGroupKey == null) { in assertOnlySomeNotificationsAutogrouped()
455 expectedGroupKey = sbn.getGroupKey(); in assertOnlySomeNotificationsAutogrouped()
457 assertEquals(expectedGroupKey, sbn.getGroupKey()); in assertOnlySomeNotificationsAutogrouped()
463 sbn.getGroupKey() != expectedGroupKey); in assertOnlySomeNotificationsAutogrouped()
469 String expectedGroupKey = null; in assertAllPostedNotificationsAutogrouped() local
480 if (expectedGroupKey == null) { in assertAllPostedNotificationsAutogrouped()
481 expectedGroupKey = sbn.getGroupKey(); in assertAllPostedNotificationsAutogrouped()
484 assertEquals(expectedGroupKey, sbn.getGroupKey()); in assertAllPostedNotificationsAutogrouped()