Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierActionAgent.java90 final String iccState = intent.getStringExtra(IccCardConstants.INTENT_KEY_ICC_STATE);
96 sendMessage(obtainMessage(EVENT_SIM_STATE_CHANGED, iccState));
165 String iccState = (String) msg.obj; in handleMessage() local
166 if (IccCardConstants.INTENT_VALUE_ICC_LOADED.equals(iccState)) { in handleMessage()
167 log("EVENT_SIM_STATE_CHANGED status: " + iccState); in handleMessage()
184 } else if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(iccState)) { in handleMessage()
185 log("EVENT_SIM_STATE_CHANGED status: " + iccState); in handleMessage()