Home
last modified time | relevance | path

Searched defs:childRow (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManagerTest.java182 ExpandableNotificationRow childRow = groupRow.getChildrenContainer().getViewAtPosition(0); in testPerhapsShowBlockingHelper_shownForOnlyChildNotification() local
244 ExpandableNotificationRow childRow = groupRow.getChildrenContainer().getViewAtPosition(0); in testPerhapsShowBlockingHelper_notShownAsNotificationIsInMultipleChildGroup() local
DExpandableNotificationRowTest.java274 ExpandableNotificationRow childRow = mGroupRow.getChildrenContainer().getViewAtPosition(0); in testPerformDismissWithBlockingHelper_doesntPerformOnGroupSummary() local
DNotificationTestHelper.java211 ExpandableNotificationRow childRow = createGroupChild(GROUP_KEY); in createGroup() local