/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shared/ |
D | NotificationMinimalismPrototype.kt | 51 if (isUnexpectedlyInLegacyMode()) false 61 if (isUnexpectedlyInLegacyMode()) -1 74 inline fun isUnexpectedlyInLegacyMode() = in isUnexpectedlyInLegacyMode() method 75 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME) in isUnexpectedlyInLegacyMode() 102 if (isUnexpectedlyInLegacyMode()) false in isUnexpectedlyInLegacyMode() 115 inline fun isUnexpectedlyInLegacyMode() = in isUnexpectedlyInLegacyMode() method 116 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME) in isUnexpectedlyInLegacyMode()
|
D | NotificationHeadsUpCycling.kt | 47 inline fun isUnexpectedlyInLegacyMode() = NotificationThrottleHun.isUnexpectedlyInLegacyMode() method
|
D | NotificationAvalancheSuppression.kt | 44 inline fun isUnexpectedlyInLegacyMode() = method 45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
|
D | NotificationsHeadsUpRefactor.kt | 44 inline fun isUnexpectedlyInLegacyMode() = method 45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
|
D | NotificationIconContainerRefactor.kt | 43 inline fun isUnexpectedlyInLegacyMode() = method 44 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
|
D | NotificationContentAlphaOptimization.kt | 44 inline fun isUnexpectedlyInLegacyMode() = method 45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
|
D | NotificationViewFlipperPausing.kt | 44 inline fun isUnexpectedlyInLegacyMode() = method 45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
|
D | NotificationsLiveDataStoreRefactor.kt | 44 inline fun isUnexpectedlyInLegacyMode() = method 45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
D | NotificationListViewModel.kt | 76 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>() 92 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>() 123 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>() 146 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>() 218 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>() 229 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>() 239 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>() 249 if (FooterViewRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>() 259 if (NotificationsHeadsUpRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>() 267 if (NotificationsHeadsUpRefactor.isUnexpectedlyInLegacyMode()) { in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/ |
D | SeenNotificationsInteractor.kt | 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/keyguard/shared/ |
D | ComposeLockscreen.kt | 44 inline fun isUnexpectedlyInLegacyMode() = method 45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | SortBySectionTimeFlag.kt | 44 inline fun isUnexpectedlyInLegacyMode() = method 45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardWmStateRefactor.kt | 44 inline fun isUnexpectedlyInLegacyMode() = method 45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
|
D | KeyguardBottomAreaRefactor.kt | 44 inline fun isUnexpectedlyInLegacyMode() = method 45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
|
D | MigrateClocksToBlueprint.kt | 44 inline fun isUnexpectedlyInLegacyMode() = method 45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/flags/ |
D | NewQsUI.kt | 44 inline fun isUnexpectedlyInLegacyMode() = method 45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PredictiveBackSysUiFlag.kt | 44 inline fun isUnexpectedlyInLegacyMode() = method 45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/shared/ |
D | DeviceEntryUdfpsRefactor.kt | 44 inline fun isUnexpectedlyInLegacyMode() = method 45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | VisualInterruptionRefactor.kt | 42 inline fun isUnexpectedlyInLegacyMode() = method 43 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/shared/ |
D | ConversationStyleSetAvatarAsync.kt | 43 inline fun isUnexpectedlyInLegacyMode() = method 44 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
|
D | AsyncHybridViewInflation.kt | 43 inline fun isUnexpectedlyInLegacyMode() = method 44 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
|
D | AsyncGroupHeaderViewInflation.kt | 44 inline fun isUnexpectedlyInLegacyMode() = method 45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/shared/ |
D | FooterViewRefactor.kt | 44 inline fun isUnexpectedlyInLegacyMode() = method 45 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/shared/flag/ |
D | DualShade.kt | 47 fun isUnexpectedlyInLegacyMode() = method 48 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, DESCRIPTION)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/shared/ |
D | DisplaySwitchNotificationsHiderFlag.kt | 43 inline fun isUnexpectedlyInLegacyMode() = method 44 RefactorFlagUtils.isUnexpectedlyInLegacyMode(isEnabled, FLAG_NAME)
|