Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java872 List<ExpandableNotificationRow> rowList = Arrays.asList(childRow); in setMockChildrenContainer() local
875 when(mockContainer.getAttachedChildren()).thenReturn(rowList); in setMockChildrenContainer()