Loading services/java/com/android/server/PowerManagerService.java +4 −0 Original line number Diff line number Diff line Loading @@ -929,6 +929,10 @@ class PowerManagerService extends IPowerManager.Stub implements LocalPowerManage private void sendNotificationLocked(boolean on, int why) { if (!on) { mStillNeedSleepNotification = false; } // Add to the queue. int index = 0; while (mBroadcastQueue[index] != -1) { Loading Loading
services/java/com/android/server/PowerManagerService.java +4 −0 Original line number Diff line number Diff line Loading @@ -929,6 +929,10 @@ class PowerManagerService extends IPowerManager.Stub implements LocalPowerManage private void sendNotificationLocked(boolean on, int why) { if (!on) { mStillNeedSleepNotification = false; } // Add to the queue. int index = 0; while (mBroadcastQueue[index] != -1) { Loading