Home
last modified time | relevance | path

Searched refs:storePin (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DPinStorageTest.java109 mPinStorage.storePin("1234", 0); in storePin_withoutReboot_pinCannotBeRetrieved()
117 mPinStorage.storePin("1234", 0); in storePin_normalReboot_pinCannotBeRetrieved()
127 mPinStorage.storePin("1234", 0); in storePin_crash_pinCannotBeRetrieved()
139 mPinStorage.storePin("1234", 0); in storePin_unattendedReboot_pinCanBeRetrievedOnce()
159 mPinStorage.storePin("1234", 0); in storePin_unattendedReboot_deviceIsLocked()
173 mPinStorage.storePin("1234", 0); in storePin_unattendedReboot_pinIsRemovedAfterDelay()
198 mPinStorage.storePin("1234", 0); in storePin_unattendedRebootNotDone_pinCannotBeRetrieved()
214 mPinStorage.storePin("1234", 0); in storePin_unattendedReboot_iccidChange()
235 mPinStorage.storePin("1234", 0); in clearPin_pinCannotBeRetrieved()
249 mPinStorage.storePin("1234", 0); in storePin_pinChanged_pinIsUpdated()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DPinStorage.java217 public synchronized void storePin(String pin, int slotId) { in storePin() method in PinStorage