Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 602374ec authored by Kweku Adams's avatar Kweku Adams
Browse files

Fix checked in comment typos.

Test: N/A
Change-Id: I50121a3cdf2d5a6f70c6a7a72c17d318c994bb8f
parent 4a772fc4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -243,7 +243,7 @@ public class BatterySaverController implements BatterySaverPolicyListener {
    }

    /**
     * Called by {@link PowerManagerService} to update the battery saver stete.
     * Called by {@link PowerManagerService} to update the battery saver state.
     */
    public void enableBatterySaver(boolean enable, int reason) {
        synchronized (mLock) {
@@ -290,8 +290,8 @@ public class BatterySaverController implements BatterySaverPolicyListener {
     * This method is called only in the following cases:
     * - When battery saver becomes activated.
     * - When battery saver becomes deactivated.
     * - When battery saver is on the interactive state changes.
     * - When battery saver is on the battery saver policy changes.
     * - When battery saver is on and the interactive state changes.
     * - When battery saver is on and the battery saver policy changes.
     */
    void handleBatterySaverStateChanged(boolean sendBroadcast, int reason) {
        final LowPowerModeListener[] listeners;