Loading src/java/com/android/internal/telephony/uicc/UiccCardApplication.java +0 −4 Original line number Original line Diff line number Diff line Loading @@ -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. Loading Loading
src/java/com/android/internal/telephony/uicc/UiccCardApplication.java +0 −4 Original line number Original line Diff line number Diff line Loading @@ -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. Loading