Home
last modified time | relevance | path

Searched refs:EVENT_SIM_READY (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java89 private static final int EVENT_SIM_READY = 10; field in SubscriptionInfoUpdater
209 case IccCardConstants.INTENT_VALUE_ICC_READY: return EVENT_SIM_READY; in internalIccStateToMessage()
294 case EVENT_SIM_READY: in handleMessage()
DServiceStateTracker.java275 protected static final int EVENT_SIM_READY = 17; field in ServiceStateTracker
1346 case EVENT_SIM_READY: in handleMessage()
3267 mUiccApplcation.registerForReady(this, EVENT_SIM_READY, null); in onUpdateIccAvailability()