Searched refs:LOADED (Results 1 – 6 of 6) sorted by relevance
79 LOADED; /** ordinal(9) == {@See TelephonyManager#SIM_STATE_LOADED} */ enumConstant89 || (this == CARD_RESTRICTED) || (this == LOADED)); in iccCardExist()104 case 10: return LOADED; in intToState()
354 assertEquals(State.LOADED, mUiccProfile.getState()); in testUpdateUiccProfileApplicationAllReady()389 assertEquals(State.LOADED, mUiccProfile.getState()); in testUpdateUiccProfileApplicationAllSupportedAppsReady()428 assertEquals(State.LOADED, mUiccProfile.getState()); in testUpdateUiccProfileApplicationWithDuplicateApps()467 assertEquals(State.LOADED, mUiccProfile.getState()); in testUpdateUiccProfileApplicationWithDuplicateAppsInDifferentOrder()577 assertEquals(State.LOADED, mUiccProfile.getState()); in testUpdateUiccProfileApplicationCdmaNotSupported()601 assertEquals(State.LOADED, mUiccProfile.getState()); in testUpdateExternalState()
163 public enum State { NOT_LOADED, LOADED, ERROR_LOADING }; enumConstant194 mState = State.LOADED; in loadInBackground()
122 if (bitmapSource.getLoadingState() != BitmapSource.State.LOADED) { in init()172 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) { in setCropViewTileSource()
560 setExternalState(IccCardConstants.State.LOADED); in updateExternalState()636 if (mExternalState == IccCardConstants.State.LOADED) { in setExternalState()
560 case LOADED: return IccCardConstants.INTENT_VALUE_ICC_LOADED; in getIccStateIntentString()