Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifLiveDataStore.kt31 val hasActiveNotifs: NotifLiveData<Boolean>
32 val activeNotifCount: NotifLiveData<Int>
33 val activeNotifList: NotifLiveData<List<NotificationEntry>>
42 interface NotifLiveData<T> { interface
DNotifLiveDataStoreImpl.kt51 override val hasActiveNotifs: NotifLiveData<Boolean> = hasActiveNotifsPrivate in <lambda>()
52 override val activeNotifCount: NotifLiveData<Int> = activeNotifCountPrivate in <lambda>()
53 override val activeNotifList: NotifLiveData<List<NotificationEntry>> = activeNotifListPrivate in <lambda>()
81 ) : NotifLiveData<T>, PipelineDumpable {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLegacyLightsOutNotifControllerTest.java42 import com.android.systemui.statusbar.notification.collection.NotifLiveData;
64 @Mock private NotifLiveData<Boolean> mHasActiveNotifs;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java56 import com.android.systemui.statusbar.notification.collection.NotifLiveData;
104 @Mock private NotifLiveData<List<NotificationEntry>> mActiveNotifEntries;