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> { regex
51 override val hasActiveNotifs: NotifLiveData<Boolean> = hasActiveNotifsPrivate52 override val activeNotifCount: NotifLiveData<Int> = activeNotifCountPrivate53 override val activeNotifList: NotifLiveData<List<NotificationEntry>> = activeNotifListPrivate81 ) : NotifLiveData<T>, PipelineDumpable {
41 import com.android.systemui.statusbar.notification.collection.NotifLiveData;61 @Mock private NotifLiveData<Boolean> mHasActiveNotifs;
48 import com.android.systemui.statusbar.notification.collection.NotifLiveData;88 @Mock private NotifLiveData<List<NotificationEntry>> mActiveNotifEntries;