Searched refs:getPin (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | PinStorageTest.java | 111 assertThat(mPinStorage.getPin(0, ICCID_1)).isEqualTo(""); in storePin_withoutReboot_pinCannotBeRetrieved() 121 assertThat(mPinStorage.getPin(0, ICCID_1)).isEqualTo(""); in storePin_normalReboot_pinCannotBeRetrieved() 133 assertThat(mPinStorage.getPin(0, ICCID_1)).isEqualTo(""); in storePin_crash_pinCannotBeRetrieved() 147 assertThat(mPinStorage.getPin(0, ICCID_1)).isEqualTo("1234"); in storePin_unattendedReboot_pinCanBeRetrievedOnce() 148 assertThat(mPinStorage.getPin(0, ICCID_1)).isEqualTo(""); in storePin_unattendedReboot_pinCanBeRetrievedOnce() 167 assertThat(mPinStorage.getPin(0, ICCID_1)).isEqualTo(""); in storePin_unattendedReboot_deviceIsLocked() 184 assertThat(mPinStorage.getPin(0, ICCID_1)).isEqualTo(""); in storePin_unattendedReboot_pinIsRemovedAfterDelay() 192 assertThat(mPinStorage.getPin(0, ICCID_1)).isEqualTo(""); in storePin_unattendedReboot_pinIsRemovedAfterDelay() 208 assertThat(mPinStorage.getPin(0, ICCID_1)).isEqualTo(""); in storePin_unattendedRebootNotDone_pinCannotBeRetrieved() 224 assertThat(mPinStorage.getPin(0, ICCID_2)).isEqualTo(""); in storePin_unattendedReboot_iccidChange() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | PinStorage.java | 260 public synchronized String getPin(int slotId, String iccid) { in getPin() method in PinStorage 877 String pin = getPin(slotId, getIccid(slotId)); in verifyPendingPin()
|
D | UiccProfile.java | 633 String pin = mPinStorage.getPin(mPhoneId, mIccRecords.getFullIccId()); in updateExternalState()
|