Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java54 public static final String INTENT_VALUE_LOCKED_ON_PUK = Intent.SIM_LOCKED_ON_PUK; field in IccCardConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java871 case IccCardConstants.INTENT_VALUE_LOCKED_ON_PUK: in getSimStateFromLockedReason()
DUiccProfile.java857 case PUK_REQUIRED: return IccCardConstants.INTENT_VALUE_LOCKED_ON_PUK; in getIccStateReason()