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

Commit b1012032 authored by Jeffrey Carlyle's avatar Jeffrey Carlyle Committed by Android (Google) Code Review
Browse files

Merge "allow KeyguardIndicationController to be more easily overriden" into rvc-qpr-dev

parents 4d56d309 41cc05cd
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -140,7 +140,7 @@ public class KeyguardIndicationController implements StateListener,
     * Creates a new KeyguardIndicationController and registers callbacks.
     */
    @Inject
    KeyguardIndicationController(Context context,
    public KeyguardIndicationController(Context context,
            WakeLock.Builder wakeLockBuilder,
            KeyguardStateController keyguardStateController,
            StatusBarStateController statusBarStateController,
@@ -523,8 +523,7 @@ public class KeyguardIndicationController implements StateListener,
                });
    }

    @VisibleForTesting
    String computePowerIndication() {
    protected String computePowerIndication() {
        if (mPowerCharged) {
            return mContext.getResources().getString(R.string.keyguard_charged);
        }