Home
last modified time | relevance | path

Searched refs:notificationCount (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/data/repository/
DWindowRootViewVisibilityRepository.kt50 notificationCount: Int, in onLockscreenOrShadeInteractive()
53 statusBarService.onPanelRevealed(shouldClearNotificationEffects, notificationCount) in onLockscreenOrShadeInteractive()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryFilter.java109 public Builder setMaxNotifications(int notificationCount) { in setMaxNotifications() argument
110 mNotificationCount = notificationCount; in setMaxNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarViewController.java120 notificationCount -> showIcon(
122 notificationCount > 0,
123 notificationCount > 0
124 ? buildNotificationsContentDescription(notificationCount)
316 private String buildNotificationsContentDescription(int notificationCount) { in buildNotificationsContentDescription() argument
319 Map.of("count", notificationCount), in buildNotificationsContentDescription()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
DDreamOverlayNotificationCountProvider.java108 final int notificationCount = mNotificationKeys.size(); in reportNotificationCountChanged() local
109 mCallbacks.forEach(callback -> callback.onNotificationCountChanged(notificationCount)); in reportNotificationCountChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DDisplaySwitchLatencyLogger.kt44 notificationCount, in log()
DDisplaySwitchLatencyTracker.kt245 val notificationCount: Int = VALUE_UNKNOWN, in <lambda>() constant in com.android.systemui.unfold.DisplaySwitchLatencyTracker.DisplaySwitchLatencyEvent
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/data/repository/
DWindowRootViewVisibilityRepositoryTest.kt57 notificationCount = 3, in onLockscreenOrShadeInteractive_statusBarServiceNotified()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DSharedNotificationContainerViewModelTest.kt667 var notificationCount = 10 in <lambda>() variable
668 val calculateSpace = { space: Float, useExtraShelfSpace: Boolean -> notificationCount } in <lambda>()
679 notificationCount = 25 in <lambda>()
695 var notificationCount = 10 in <lambda>() variable
696 val calculateSpace = { space: Float, useExtraShelfSpace: Boolean -> notificationCount } in <lambda>()
710 notificationCount = 25 in <lambda>()