Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/shared/
DNotificationHeadsUpCycling.kt25 const val FLAG_NAME = NotificationThrottleHun.FLAG_NAME
29 get() = NotificationThrottleHun.token
34 get() = NotificationThrottleHun.isEnabled
47 inline fun isUnexpectedlyInLegacyMode() = NotificationThrottleHun.isUnexpectedlyInLegacyMode()
54 inline fun assertInLegacyMode() = NotificationThrottleHun.assertInLegacyMode()
DNotificationThrottleHun.kt25 object NotificationThrottleHun { object
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DAvalancheController.kt25 import com.android.systemui.statusbar.notification.shared.NotificationThrottleHun
90 if (!NotificationThrottleHun.isEnabled) { in update()
146 if (!NotificationThrottleHun.isEnabled) { in delete()
187 if (!NotificationThrottleHun.isEnabled) { in getDurationMs()
236 if (!NotificationThrottleHun.isEnabled) { in isWaiting()
249 if (!NotificationThrottleHun.isEnabled) { in getWaitingKeys()
260 if (!NotificationThrottleHun.isEnabled) { in getWaitingEntry()
272 if (!NotificationThrottleHun.isEnabled) { in getWaitingEntryList()
DBaseHeadsUpManager.java42 import com.android.systemui.statusbar.notification.shared.NotificationThrottleHun;
118 mMinimumDisplayTime = NotificationThrottleHun.isEnabled() in BaseHeadsUpManager()
820 final long timeLeft = NotificationThrottleHun.isEnabled() in updateEntry()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/
DBaseHeadsUpManagerTest.java55 import com.android.systemui.statusbar.notification.shared.NotificationThrottleHun;
141 return FlagsParameterization.allCombinationsOf(NotificationThrottleHun.FLAG_NAME); in getFlags()
165 @EnableFlags(NotificationThrottleHun.FLAG_NAME)
178 @EnableFlags(NotificationThrottleHun.FLAG_NAME)
187 @EnableFlags(NotificationThrottleHun.FLAG_NAME)
199 @EnableFlags(NotificationThrottleHun.FLAG_NAME)
614 @EnableFlags(NotificationThrottleHun.FLAG_NAME)
637 @DisableFlags(NotificationThrottleHun.FLAG_NAME)
DHeadsUpManagerPhoneTest.java43 import com.android.systemui.statusbar.notification.shared.NotificationThrottleHun;
151 return FlagsParameterization.allCombinationsOf(NotificationThrottleHun.FLAG_NAME); in getFlags()
DAvalancheControllerTest.kt28 import com.android.systemui.statusbar.notification.shared.NotificationThrottleHun in <lambda>()
48 @EnableFlags(NotificationThrottleHun.FLAG_NAME) in <lambda>()