Loading packages/SystemUI/src/com/android/systemui/statusbar/KeyguardIndicationController.java +2 −3 Original line number Diff line number Diff line Loading @@ -122,7 +122,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, Loading Loading @@ -433,8 +433,7 @@ public class KeyguardIndicationController implements StateListener, }); } @VisibleForTesting String computePowerIndication() { protected String computePowerIndication() { if (mPowerCharged) { return mContext.getResources().getString(R.string.keyguard_charged); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/KeyguardIndicationController.java +2 −3 Original line number Diff line number Diff line Loading @@ -122,7 +122,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, Loading Loading @@ -433,8 +433,7 @@ public class KeyguardIndicationController implements StateListener, }); } @VisibleForTesting String computePowerIndication() { protected String computePowerIndication() { if (mPowerCharged) { return mContext.getResources().getString(R.string.keyguard_charged); } Loading