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

Commit f46cc835 authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

Merge "PIN state shall never be confused" am: f8d453bf

am: 9e4e09d1

Change-Id: I0a962abe238f0b7f197b69b99549c7638768b7d9
parents c7f53702 9e4e09d1
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -304,10 +304,6 @@ public class UiccCardApplication {


                mIccLockEnabled = (ints[0] != 0);
                mIccLockEnabled = (ints[0] != 0);


                if (mIccLockEnabled) {
                    mPinLockedRegistrants.notifyRegistrants();
                }

                // Sanity check: we expect mPin1State to match mIccLockEnabled.
                // Sanity check: we expect mPin1State to match mIccLockEnabled.
                // When mPin1State is DISABLED mIccLockEanbled should be false.
                // When mPin1State is DISABLED mIccLockEanbled should be false.
                // When mPin1State is ENABLED mIccLockEnabled should be true.
                // When mPin1State is ENABLED mIccLockEnabled should be true.