Searched refs:NotificationThrottleHun (Results 1 – 7 of 7) sorted by relevance
25 const val FLAG_NAME = NotificationThrottleHun.FLAG_NAME29 get() = NotificationThrottleHun.token34 get() = NotificationThrottleHun.isEnabled47 inline fun isUnexpectedlyInLegacyMode() = NotificationThrottleHun.isUnexpectedlyInLegacyMode()54 inline fun assertInLegacyMode() = NotificationThrottleHun.assertInLegacyMode()
25 object NotificationThrottleHun { object
25 import com.android.systemui.statusbar.notification.shared.NotificationThrottleHun90 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()
42 import com.android.systemui.statusbar.notification.shared.NotificationThrottleHun;118 mMinimumDisplayTime = NotificationThrottleHun.isEnabled() in BaseHeadsUpManager()820 final long timeLeft = NotificationThrottleHun.isEnabled() in updateEntry()
55 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)
43 import com.android.systemui.statusbar.notification.shared.NotificationThrottleHun;151 return FlagsParameterization.allCombinationsOf(NotificationThrottleHun.FLAG_NAME); in getFlags()
28 import com.android.systemui.statusbar.notification.shared.NotificationThrottleHun in <lambda>()48 @EnableFlags(NotificationThrottleHun.FLAG_NAME) in <lambda>()