Searched defs:PUK_REQUIRED (Results 1 - 1 of 1) sorted by path

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCardConstants.java72 PUK_REQUIRED, /** ordinal(3) == {@See TelephonyManager#SIM_STATE_PUK_REQUIRED} */ enum constant in enum:IccCardConstants.State
80 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED));
84 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED)
94 case 3: return PUK_REQUIRED;

Completed in 39 milliseconds