Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java113 private List<ListEntry> mReadOnlyNewNotifList = Collections.unmodifiableList(mNewNotifList); field in ShadeListBuilder
440 mReadOnlyNotifList = mReadOnlyNewNotifList; in applyNewNotifList()
441 mReadOnlyNewNotifList = readOnlyNotifList; in applyNewNotifList()