Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/
DSeenNotificationsInteractor.kt22 import com.android.systemui.statusbar.notification.shared.NotificationMinimalismPrototype
44 if (NotificationMinimalismPrototype.V2.isUnexpectedlyInLegacyMode()) return in setTopOngoingNotification()
50 if (NotificationMinimalismPrototype.V2.isUnexpectedlyInLegacyMode()) false in isTopOngoingNotification()
56 if (NotificationMinimalismPrototype.V2.isUnexpectedlyInLegacyMode()) return in isTopOngoingNotification()
62 if (NotificationMinimalismPrototype.V2.isUnexpectedlyInLegacyMode()) false
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DKeyguardCoordinator.kt47 import com.android.systemui.statusbar.notification.shared.NotificationMinimalismPrototype in <lambda>()
116 if (NotificationMinimalismPrototype.V2.isEnabled) { in <lambda>()
278 NotificationMinimalismPrototype.V1.isEnabled || in <lambda>()
279 NotificationMinimalismPrototype.V2.isEnabled in <lambda>()
353 if (NotificationMinimalismPrototype.V2.isUnexpectedlyInLegacyMode()) return in <lambda>()
388 if (NotificationMinimalismPrototype.V2.isUnexpectedlyInLegacyMode()) false in <lambda>()
389 else if (!NotificationMinimalismPrototype.V2.ungroupTopUnseen) false in <lambda>()
398 if (NotificationMinimalismPrototype.V2.isUnexpectedlyInLegacyMode()) return false in <lambda>()
408 if (NotificationMinimalismPrototype.V2.isUnexpectedlyInLegacyMode()) return false in <lambda>()
439 if (NotificationMinimalismPrototype.V2.isEnabled) { in <lambda>()
[all …]
DNotifCoordinators.kt27 import com.android.systemui.statusbar.notification.shared.NotificationMinimalismPrototype
119 if (NotificationMinimalismPrototype.V2.isEnabled) {
123 if (NotificationMinimalismPrototype.V2.isEnabled) {
DVisualStabilityCoordinator.java42 import com.android.systemui.statusbar.notification.shared.NotificationMinimalismPrototype;
153 boolean isTopUnseen = NotificationMinimalismPrototype.V2.isEnabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackSizeCalculator.kt32 import com.android.systemui.statusbar.notification.shared.NotificationMinimalismPrototype in <lambda>()
77 get() = NotificationMinimalismPrototype.V2.isEnabled in <lambda>()
409 if (NotificationMinimalismPrototype.V1.isEnabled) { in <lambda>()
410 NotificationMinimalismPrototype.V1.maxNotifs in <lambda>()
416 NotificationMinimalismPrototype.V1.isEnabled || in <lambda>()
417 NotificationMinimalismPrototype.V2.isEnabled in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationSectionsFeatureManager.kt24 import com.android.systemui.statusbar.notification.shared.NotificationMinimalismPrototype
54 if (PriorityPeopleSection.isEnabled || NotificationMinimalismPrototype.V2.isEnabled) { in getNotificationBuckets()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationSectionsFeatureManagerTest.kt27 import com.android.systemui.statusbar.notification.shared.NotificationMinimalismPrototype
45 @DisableFlags(PriorityPeopleSection.FLAG_NAME, NotificationMinimalismPrototype.V2.FLAG_NAME)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shared/
DNotificationMinimalismPrototype.kt26 object NotificationMinimalismPrototype { object