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 125 protected static final int EVENT_ICC_CHANGED = 15;
    [all...]
ServiceStateTracker.java 157 protected static final int EVENT_ICC_CHANGED = 42;
208 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null);
396 case EVENT_ICC_CHANGED:
PhoneBase.java 119 protected static final int EVENT_ICC_CHANGED = 30;
303 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null);
374 case EVENT_ICC_CHANGED:
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java 78 private static final int EVENT_ICC_CHANGED = 3;
114 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null);
197 sendMessage(obtainMessage(EVENT_ICC_CHANGED));
213 case EVENT_ICC_CHANGED:

Completed in 50 milliseconds