Home
last modified time | relevance | path

Searched refs:activeNotifCount (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifLiveDataStoreImplTest.kt51 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>()
DNotifLiveDataStoreMocks.kt26 whenever(dataStoreImpl.activeNotifCount).thenReturn(mock()) in createNotifLiveDataStoreImplMock()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerImpl.kt76 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>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifLiveDataStore.kt32 val activeNotifCount: NotifLiveData<Int> constant
DNotifLiveDataStoreImpl.kt52 override val activeNotifCount: NotifLiveData<Int> = activeNotifCountPrivate in <lambda>() constant in com.android.systemui.statusbar.notification.collection.NotifLiveDataStoreImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DNotificationVisibilityProviderImpl.kt59 notifDataStore.activeNotifCount.value
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsControllerImpl.kt139 return notifLiveDataStore.activeNotifCount.value in <lambda>()