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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCardConstants.java55 * PIN_REQUIRED state, the query for ICC status returns UNKNOWN before it
61 PIN_REQUIRED, enum constant in enum:IccCardConstants.State
69 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED));
73 return ((this == PIN_REQUIRED) || (this == PUK_REQUIRED)

Completed in 159 milliseconds