Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DPinStorage.java235 storedPin.iccid = iccid; in storePin()
236 storedPin.pin = pin; in storePin()
237 storedPin.slotId = slotId; in storePin()
267 if (storedPin != null) { in getPin()
328 if (storedPin != null) { in prepareUnattendedReboot()
427 if (storedPin == null) { in onDeviceReady()
531 if (storedPin != null && storedPin.status != PinStatus.VERIFICATION_READY) { in onSimStatusChange()
551 if (storedPin != null && storedPin.status != PinStatus.AVAILABLE) { in onSimStatusChange()
753 if (storedPin != null) { in savePinInformation()
771 if (storedPin != null) { in savePinInformation()
[all …]