Home
last modified time | relevance | path

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

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