Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifLiveDataStoreImplTest.kt50 assertThat(liveDataStoreImpl.hasActiveNotifs.value).isEqualTo(true) in <lambda>()
54 liveDataStoreImpl.hasActiveNotifs.addSyncObserver(observer) in <lambda>()
55 liveDataStoreImpl.hasActiveNotifs.addAsyncObserver(observer) in <lambda>()
71 assertThat(liveDataStoreImpl.hasActiveNotifs.value).isEqualTo(true) in <lambda>()
75 liveDataStoreImpl.hasActiveNotifs.addSyncObserver(observer) in <lambda>()
76 liveDataStoreImpl.hasActiveNotifs.addAsyncObserver(observer) in <lambda>()
DNotifLiveDataStoreMocks.kt25 whenever(dataStoreImpl.hasActiveNotifs).thenReturn(mock()) in createNotifLiveDataStoreImplMock()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifLiveDataStore.kt31 val hasActiveNotifs: NotifLiveData<Boolean> constant
DNotifLiveDataStoreImpl.kt51 override val hasActiveNotifs: NotifLiveData<Boolean> = hasActiveNotifsPrivate in <lambda>() constant in com.android.systemui.statusbar.notification.collection.NotifLiveDataStoreImpl