Searched refs:activeNotifCount (Results 1 – 7 of 7) sorted by relevance
51 assertThat(liveDataStoreImpl.activeNotifCount.value).isEqualTo(2) in <lambda>()56 liveDataStoreImpl.activeNotifCount.addSyncObserver(observer) in <lambda>()57 liveDataStoreImpl.activeNotifCount.addAsyncObserver(observer) in <lambda>()72 assertThat(liveDataStoreImpl.activeNotifCount.value).isEqualTo(2) in <lambda>()77 liveDataStoreImpl.activeNotifCount.addSyncObserver(observer) in <lambda>()78 liveDataStoreImpl.activeNotifCount.addAsyncObserver(observer) in <lambda>()
26 whenever(dataStoreImpl.activeNotifCount).thenReturn(mock()) in createNotifLiveDataStoreImplMock()
76 activeNotifCount = notificationRanks.size, in <lambda>()153 activeNotifCount = activeNotifications.size in <lambda>()178 activeNotifCount: Int, in <lambda>()184 maybeLogVisibilityChanges(newlyVisible, noLongerVisible, activeNotifCount) in <lambda>()186 Trace.traceCounter(Trace.TRACE_TAG_APP, "Notifications [Active]", activeNotifCount) in <lambda>()196 activeNotifCount: Int, in <lambda>()203 newlyVisible.mapToNotificationVisibilitiesAr(visible = true, count = activeNotifCount) in <lambda>()208 count = activeNotifCount in <lambda>()
32 val activeNotifCount: NotifLiveData<Int> constant
52 override val activeNotifCount: NotifLiveData<Int> = activeNotifCountPrivate in <lambda>() constant in com.android.systemui.statusbar.notification.collection.NotifLiveDataStoreImpl
59 notifDataStore.activeNotifCount.value
139 return notifLiveDataStore.activeNotifCount.value in <lambda>()