Searched refs:mNewNotifList (Results 1 – 1 of 1) sorted by relevance
107 private List<ListEntry> mNewNotifList = new ArrayList<>(); field in ShadeListBuilder136 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()