Searched refs:INTENT_VALUE_ICC_LOADED (Results 1 – 8 of 8) sorted by relevance
227 IccCardConstants.INTENT_VALUE_ICC_LOADED); in testSimLoaded()260 eq(IccCardConstants.INTENT_VALUE_ICC_LOADED)); in testSimLoaded()294 IccCardConstants.INTENT_VALUE_ICC_LOADED); in testSimLoadedEmptyOperatorNumeric()308 eq(IccCardConstants.INTENT_VALUE_ICC_LOADED)); in testSimLoadedEmptyOperatorNumeric()383 IccCardConstants.INTENT_VALUE_ICC_LOADED); in testDualSimLoaded()397 IccCardConstants.INTENT_VALUE_ICC_LOADED); in testDualSimLoaded()
48 public static final String INTENT_VALUE_ICC_LOADED = "LOADED"; field in IccCardConstants
223 } else if (IccCardConstants.INTENT_VALUE_ICC_LOADED.equals(simStatus)) {475 broadcastSimStateChanged(slotId, IccCardConstants.INTENT_VALUE_ICC_LOADED, null); in handleSimLoaded()476 updateCarrierServices(slotId, IccCardConstants.INTENT_VALUE_ICC_LOADED); in handleSimLoaded()
84 if (IccCardConstants.INTENT_VALUE_ICC_LOADED.equals(iccState) ||
321 broadcastInternalIccStateChangedIntent(IccCardConstants.INTENT_VALUE_ICC_LOADED, null); in onRecordsLoaded()
829 } else if (IccCardConstants.INTENT_VALUE_ICC_LOADED.equals(stateExtra) in fromIntent()
1403 return IccCardConstants.INTENT_VALUE_ICC_LOADED.equals(state); in isSimCardLoaded()
476 } else if (IccCardConstants.INTENT_VALUE_ICC_LOADED.equals(state)) { in checkAndStartWifi()