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.java169 ExpandableNotificationRow childRow = groupRow.getChildrenContainer().getViewAtPosition(0); in testPerhapsShowBlockingHelper_shownForOnlyChildNotification() local
221 ExpandableNotificationRow childRow = groupRow.getChildrenContainer().getViewAtPosition(0); in testPerhapsShowBlockingHelper_notShownAsNotificationIsInMultipleChildGroup() local
DExpandableNotificationRowTest.java296 ExpandableNotificationRow childRow = mGroupRow.getChildrenContainer().getViewAtPosition(0); in testPerformDismissWithBlockingHelper_doesntPerformOnGroupSummary() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationTestHelper.java141 ExpandableNotificationRow childRow = createGroupChild(GROUP_KEY); in createGroup() local