Searched refs:NotifLiveData (Results 1 – 4 of 4) sorted by relevance
31 val hasActiveNotifs: NotifLiveData<Boolean>32 val activeNotifCount: NotifLiveData<Int>33 val activeNotifList: NotifLiveData<List<NotificationEntry>>42 interface NotifLiveData<T> { interface
51 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 {
42 import com.android.systemui.statusbar.notification.collection.NotifLiveData;64 @Mock private NotifLiveData<Boolean> mHasActiveNotifs;
56 import com.android.systemui.statusbar.notification.collection.NotifLiveData;104 @Mock private NotifLiveData<List<NotificationEntry>> mActiveNotifEntries;