Loading services/java/com/android/server/ThrottleService.java +1 −0 Original line number Diff line number Diff line Loading @@ -457,6 +457,7 @@ public class ThrottleService extends IThrottleManager.Stub { private void checkThrottleAndPostNotification(long currentTotal) { // is throttling enabled? if (mPolicyThreshold == 0) { clearThrottleAndNotification(); return; } Loading Loading
services/java/com/android/server/ThrottleService.java +1 −0 Original line number Diff line number Diff line Loading @@ -457,6 +457,7 @@ public class ThrottleService extends IThrottleManager.Stub { private void checkThrottleAndPostNotification(long currentTotal) { // is throttling enabled? if (mPolicyThreshold == 0) { clearThrottleAndNotification(); return; } Loading