Searched refs:savePinInformation (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | PinStorage.java | 239 savePinInformation(slotId, storedPin); in storePin() 249 savePinInformation(slotId, null); in clearPin() 270 savePinInformation(slotId, null); in getPin() 278 savePinInformation(slotId, storedPin); in getPin() 329 if (!savePinInformation(slotId, storedPin)) { in prepareUnattendedReboot() 392 savePinInformation(storedPinInRam.keyAt(i), storedPinInRam.valueAt(i)); in onUserUnlocked() 432 savePinInformation(slotId, null); in onDeviceReady() 443 savePinInformation(slotId, storedPin); in onDeviceReady() 483 savePinInformation(slotId, null); in onTimerExpiration() 493 savePinInformation(slotId, storedPin); in onTimerExpiration() [all …]
|