Searched refs:mWarningNotificationSent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DThrottleService.java120 private boolean mWarningNotificationSent = false; field in class:ThrottleService
649 if (mWarningNotificationSent == false) {
650 mWarningNotificationSent = true;
658 if (mWarningNotificationSent == true) {
660 mWarningNotificationSent =false;
708 mWarningNotificationSent = false;

Completed in 33 milliseconds