HomeSort by relevance Sort by last modified time
    Searched defs:EVENT_ICC_CHANGED (Results 1 - 5 of 5) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java 93 public static final int EVENT_ICC_CHANGED = BASE + 33;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java 133 protected static final int EVENT_ICC_CHANGED = 15;
    [all...]
ServiceStateTracker.java 162 public static final int EVENT_ICC_CHANGED = 42;
223 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null);
421 case EVENT_ICC_CHANGED:
    [all...]
PhoneBase.java 150 protected static final int EVENT_ICC_CHANGED = 30;
396 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null);
491 case EVENT_ICC_CHANGED:
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 87 private static final int EVENT_ICC_CHANGED = 3;
132 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null);
224 sendMessage(obtainMessage(EVENT_ICC_CHANGED));
243 case EVENT_ICC_CHANGED:
    [all...]

Completed in 1538 milliseconds