Searched refs:allowThrottle (Results 1 – 2 of 2) sorted by relevance
25 private var allowThrottle = true variable in com.android.systemui.statusbar.notification.NotificationWakeUpCoordinatorLogger53 allowThrottle in logUpdateDozeAmount()116 if (lastOnDozeAmountChangedLogWasFractional && isFractional && allowThrottle) return in logOnDozeAmountChanged()132 if (lastSetDelayDozeAmountOverrideLogWasFractional && isFractional && allowThrottle) return in logSetDelayDozeAmountOverride()145 if (lastSetVisibilityAmountLogWasFractional && isFractional && allowThrottle) return in logSetVisibilityAmount()152 if (lastSetHideAmount == linear && allowThrottle) return in logSetHideAmount()156 if (lastSetHideAmountLogWasFractional && isFractional && allowThrottle) return in logSetHideAmount()
1464 private void updateAllTrackedJobsLocked(boolean allowThrottle) { in updateAllTrackedJobsLocked() argument1465 if (allowThrottle) { in updateAllTrackedJobsLocked()1894 final boolean allowThrottle = msg.arg1 == 1;1895 updateAllTrackedJobsLocked(allowThrottle);