Searched refs:INTENT_VALUE_ICC_UNKNOWN (Results 1 – 6 of 6) sorted by relevance
28 public static final String INTENT_VALUE_ICC_UNKNOWN = "UNKNOWN"; field in IccCardConstants
183 case IccCardConstants.INTENT_VALUE_ICC_UNKNOWN: return EVENT_SIM_UNKNOWN; in internalIccStateToMessage()239 updateCarrierServices(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN); in handleMessage()240 broadcastSimStateChanged(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN, null); in handleMessage()
368 IccCardConstants.INTENT_VALUE_ICC_UNKNOWN, null, mPhoneId); in onRadioStateUnavailable()
660 configManager.updateConfigForPhoneId(index, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN); in onSimRefresh()
644 default: return IccCardConstants.INTENT_VALUE_ICC_UNKNOWN; in getIccStateIntentString()
190 IccCardConstants.INTENT_VALUE_ICC_UNKNOWN, null, FAKE_SUB_ID_1); in testSimUnknown()197 eq(IccCardConstants.INTENT_VALUE_ICC_UNKNOWN)); in testSimUnknown()