Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java42 public static final String INTENT_VALUE_ICC_LOCKED = Intent.SIM_STATE_LOCKED; field in IccCardConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java733 case PIN_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()
734 case PUK_REQUIRED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()
735 case NETWORK_LOCKED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()
738 case PERM_DISABLED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; in getIccStateIntentString()