Searched defs:PIN_REQUIRED (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCardConstants.java65 * PIN_REQUIRED state, the query for ICC status returns UNKNOWN before it
73 PIN_REQUIRED, /** ordinal(2) == {@See TelephonyManager#SIM_STATE_PIN_REQUIRED} */ enum constant in enum:IccCardConstants.State
83 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED));
87 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED)
97 case 2: return PIN_REQUIRED;

Completed in 49 milliseconds