Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java454 ExpandableNotificationRow groupRow = mNotificationTestHelper.createGroup(); in testFeedback_noHeader() local
457 groupRow.setSensitive(true, true); in testFeedback_noHeader()
458 groupRow.setOnFeedbackClickListener(null); in testFeedback_noHeader()
459 groupRow.setFeedbackIcon(null); in testFeedback_noHeader()
694 ExpandableNotificationRow groupRow = mNotificationTestHelper.createGroup(); in testSetContentAnimationRunningInGroupChild_Run() local
696 groupRow.setPublicLayout(publicParentLayout); in testSetContentAnimationRunningInGroupChild_Run()
698 groupRow.setPrivateLayout(privateParentLayout); in testSetContentAnimationRunningInGroupChild_Run()
707 setMockChildrenContainer(groupRow, row); in testSetContentAnimationRunningInGroupChild_Run()
709 groupRow.setAnimationRunning(true); in testSetContentAnimationRunningInGroupChild_Run()