HomeSort by relevance Sort by last modified time
    Searched refs:ABSENT (Results 1 - 16 of 16) sorted by null

  /frameworks/base/policy/src/com/android/internal/policy/impl/
LockPatternKeyguardViewProperties.java 59 || simState == IccCard.State.ABSENT);
KeyguardViewMediator.java 547 || ((state == IccCard.State.ABSENT) && requireSim);
648 case ABSENT:
    [all...]
LockScreen.java 476 && simState == IccCard.State.ABSENT);
482 case ABSENT:
KeyguardUpdateMonitor.java 116 this.simState = IccCard.State.ABSENT;
LockPatternKeyguardView.java 173 && (mUpdateMonitor.getSimState() == IccCard.State.ABSENT);
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCard.java 57 /* ABSENT means ICC is missing */
58 static public final String INTENT_VALUE_ICC_ABSENT = "ABSENT";
95 ABSENT,
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...]
  /external/v8/src/
contexts.cc 83 *attributes = ABSENT;
110 if (*attributes != ABSENT) {
ic.cc 447 if (attr == ABSENT) {
689 if (attr == ABSENT && IsContextual(object)) {
876 if (attr == ABSENT && IsContextual(object)) {
    [all...]
runtime.cc 770 if (attributes != ABSENT) {
780 // Fall-through and introduce the absent property by using
810 // that claims the property is absent.
814 // they are absent.
856 if (attributes != ABSENT) {
    [all...]
objects.cc 137 ASSERT(*attributes <= ABSENT);
272 *attributes = ABSENT;
337 return ABSENT;
475 // absent property.
480 *attributes = ABSENT;
    [all...]
objects.h 117 ABSENT = 16 // Used in runtime to indicate a property is absent.
118 // ABSENT can never be stored in or returned from a descriptor's attributes
    [all...]
stub-cache.cc     [all...]
objects-inl.h     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarPolicy.java 791 mSimState = IccCard.State.ABSENT;
    [all...]
  /external/jdiff/
xerces.jar 
  /external/srec/config/en.us/dictionary/
c0.6 413 ABSENT AE1 B S AH0 N T
    [all...]

Completed in 241 milliseconds