Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifLiveDataStoreImpl.kt59 val unmodifiableCopy = unmodifiableList(flatEntryList.toList()) regex
62 activeNotifListPrivate.setValueAndProvideDispatcher(unmodifiableCopy),
63 activeNotifCountPrivate.setValueAndProvideDispatcher(unmodifiableCopy.size),
64 hasActiveNotifsPrivate.setValueAndProvideDispatcher(unmodifiableCopy.isNotEmpty())