Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java107 private List<ListEntry> mNewNotifList = new ArrayList<>(); field in ShadeListBuilder
136 private List<ListEntry> mReadOnlyNewNotifList = Collections.unmodifiableList(mNewNotifList);
426 groupNotifs(mNotifList, mNewNotifList); in buildList()
455 filterNotifs(mNotifList, mNewNotifList, mNotifFinalizeFilters); in buildList()
517 mNotifList = mNewNotifList; in applyNewNotifList()
518 mNewNotifList = emptyList; in applyNewNotifList()
1013 allSorted &= mSemiStableSort.stabilizeTo(subList, mStableOrder, mNewNotifList); in sortWithSemiStableSort()