Searched refs:INTENT_VALUE_ICC_LOADED (Results 1 – 6 of 6) sorted by relevance
231 IccCardConstants.INTENT_VALUE_ICC_LOADED); in testSimLoaded()264 eq(IccCardConstants.INTENT_VALUE_ICC_LOADED)); in testSimLoaded()298 IccCardConstants.INTENT_VALUE_ICC_LOADED); in testSimLoadedEmptyOperatorNumeric()312 eq(IccCardConstants.INTENT_VALUE_ICC_LOADED)); in testSimLoadedEmptyOperatorNumeric()
46 public static final String INTENT_VALUE_ICC_LOADED = "LOADED"; field in IccCardConstants
231 } else if (IccCardConstants.INTENT_VALUE_ICC_LOADED.equals(simStatus)) {486 broadcastSimStateChanged(slotId, IccCardConstants.INTENT_VALUE_ICC_LOADED, null); in handleSimLoaded()487 updateCarrierServices(slotId, IccCardConstants.INTENT_VALUE_ICC_LOADED); in handleSimLoaded()
324 broadcastInternalIccStateChangedIntent(IccCardConstants.INTENT_VALUE_ICC_LOADED, null); in onRecordsLoaded()
800 } else if (IccCardConstants.INTENT_VALUE_ICC_LOADED.equals(stateExtra) in fromIntent()
1841 if (mSimAbsentSeen && IccCardConstants.INTENT_VALUE_ICC_LOADED.equals(state)) { in onReceive()