Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DPreprocessingManagerTest.java697 NotificationGroup groupB = rankResult.get(1); in onRank_ranksNotificationsInEachGroup() local
700 assertThat(groupB.getGroupKey()).isEqualTo(GROUP_KEY_B); in onRank_ranksNotificationsInEachGroup()
708 for (int i = 0; i < groupB.getChildNotifications().size(); i++) { in onRank_ranksNotificationsInEachGroup()
709 String actualKey = groupB.getChildNotifications().get(i).getKey(); in onRank_ranksNotificationsInEachGroup()
/aosp12/system/core/fs_mgr/liblp/
H A Dbuilder_test.cpp557 auto groupB = builder->ListPartitionsInGroup("groupB"); in TEST_F() local
560 ASSERT_THAT(groupB, ElementsAre(product)); in TEST_F()