Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifLiveDataStoreImplTest.kt55 liveDataStoreImpl.hasActiveNotifs.addAsyncObserver(observer)
57 liveDataStoreImpl.activeNotifCount.addAsyncObserver(observer)
59 liveDataStoreImpl.activeNotifList.addAsyncObserver(observer)
76 liveDataStoreImpl.hasActiveNotifs.addAsyncObserver(observer)
78 liveDataStoreImpl.activeNotifCount.addAsyncObserver(observer)
80 liveDataStoreImpl.activeNotifList.addAsyncObserver(observer)
101 liveDataStoreImpl.activeNotifList.addAsyncObserver(observer)
H A DNotifLiveDataImplTest.kt50 liveDataImpl.addAsyncObserver(asyncObserver)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifLiveDataStore.kt48 fun addAsyncObserver(observer: Observer<T>) regex
H A DNotifLiveDataStoreImpl.kt134 override fun addAsyncObserver(observer: Observer<T>) {