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.java91 final String iccState = intent.getStringExtra(IccCardConstants.INTENT_KEY_ICC_STATE);
100 sendMessage(obtainMessage(EVENT_SIM_STATE_CHANGED, iccState));
170 String iccState = (String) msg.obj; in handleMessage() local
171 if (IccCardConstants.INTENT_VALUE_ICC_LOADED.equals(iccState)) { in handleMessage()
172 log("EVENT_SIM_STATE_CHANGED status: " + iccState); in handleMessage()
189 } else if (IccCardConstants.INTENT_VALUE_ICC_ABSENT.equals(iccState)) { in handleMessage()
190 log("EVENT_SIM_STATE_CHANGED status: " + iccState); in handleMessage()