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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCard.java57 /* ABSENT means ICC is missing */
58 static public final String INTENT_VALUE_ICC_ABSENT = "ABSENT";
95 ABSENT, enum constant in enum:IccCard.State
111 * State.isLocked() or State.ABSENT.
128 return State.ABSENT;
151 * Notifies handler of any transition into State.ABSENT
158 if (getState() == State.ABSENT) {
409 transitionedIntoAbsent = (oldState != State.ABSENT && newState == State.ABSENT);
594 return IccCard.State.ABSENT;
[all...]

Completed in 55 milliseconds