Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java52 public static final String INTENT_VALUE_LOCKED_ON_PIN = Intent.SIM_LOCKED_ON_PIN; field in IccCardConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java397 case IccCardConstants.INTENT_VALUE_LOCKED_ON_PIN: in getSimStateFromLockedReason()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java738 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_LOCKED_ON_PIN; in getIccStateReason()