Searched refs:NotificationMinimalismPrototype (Results 1 – 8 of 8) sorted by relevance
22 import com.android.systemui.statusbar.notification.shared.NotificationMinimalismPrototype44 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
47 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 …]
27 import com.android.systemui.statusbar.notification.shared.NotificationMinimalismPrototype119 if (NotificationMinimalismPrototype.V2.isEnabled) {123 if (NotificationMinimalismPrototype.V2.isEnabled) {
42 import com.android.systemui.statusbar.notification.shared.NotificationMinimalismPrototype;153 boolean isTopUnseen = NotificationMinimalismPrototype.V2.isEnabled()
32 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>()
24 import com.android.systemui.statusbar.notification.shared.NotificationMinimalismPrototype54 if (PriorityPeopleSection.isEnabled || NotificationMinimalismPrototype.V2.isEnabled) { in getNotificationBuckets()
27 import com.android.systemui.statusbar.notification.shared.NotificationMinimalismPrototype45 @DisableFlags(PriorityPeopleSection.FLAG_NAME, NotificationMinimalismPrototype.V2.FLAG_NAME)
26 object NotificationMinimalismPrototype { object