Handle throttling being disabled via policy change

bug:2622543
Change-Id: Ic0c169094cdb4f80af9cfcbed116f59fda46a421
This commit is contained in:
Robert Greenwalt
2010-04-23 17:35:29 -07:00
parent 0b2ebe9b45
commit cce83379ef

View File

@@ -457,6 +457,7 @@ public class ThrottleService extends IThrottleManager.Stub {
private void checkThrottleAndPostNotification(long currentTotal) {
// is throttling enabled?
if (mPolicyThreshold == 0) {
clearThrottleAndNotification();
return;
}