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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java165 private static final int EVENT_ICC_CHANGED = 30; field in class:Phone
494 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null);
574 case EVENT_ICC_CHANGED:
H A DSMSDispatcher.java132 protected static final int EVENT_ICC_CHANGED = 15; field in class:SMSDispatcher
H A DServiceStateTracker.java203 public static final int EVENT_ICC_CHANGED = 42; field in class:ServiceStateTracker
496 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null);
860 case EVENT_ICC_CHANGED:
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardProxy.java80 private static final int EVENT_ICC_CHANGED = 3; field in class:IccCardProxy
129 mUiccController.registerForIccChanged(this, EVENT_ICC_CHANGED, null);
207 sendMessage(obtainMessage(EVENT_ICC_CHANGED));
226 case EVENT_ICC_CHANGED:
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDctConstants.java95 public static final int EVENT_ICC_CHANGED = BASE + 33; field in class:DctConstants

Completed in 158 milliseconds