Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java1133 assertThat(listener.mEntriesReceived).containsExactly( in testGroupTransformEntries()
1177 assertThat(listener.mEntriesReceived).containsExactly( in testGroupTransformEntriesOnSecondRun()
1659 assertThat(listener.mEntriesReceived).containsExactly( in testDispatchListOnBeforeSort()
1689 assertThat(listener.mEntriesReceived).containsExactly( in testDispatchListOnBeforeRender()
2696 List<ListEntry> mEntriesReceived; field in ShadeListBuilderTest.RecordingOnBeforeTransformGroupsListener
2700 mEntriesReceived = new ArrayList<>(list); in onBeforeTransformGroups()
2706 List<ListEntry> mEntriesReceived; field in ShadeListBuilderTest.RecordingOnBeforeSortListener
2710 mEntriesReceived = new ArrayList<>(list); in onBeforeSort()
2716 List<ListEntry> mEntriesReceived; field in ShadeListBuilderTest.RecordingOnBeforeRenderListener
2720 mEntriesReceived = new ArrayList<>(list); in onBeforeRenderList()