Searched refs:LOADED (Results 1 – 5 of 5) 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()
352 assertEquals(State.LOADED, mUiccProfile.getState()); in testUpdateUiccProfileApplicationAllReady()387 assertEquals(State.LOADED, mUiccProfile.getState()); in testUpdateUiccProfileApplicationAllSupportedAppsReady()426 assertEquals(State.LOADED, mUiccProfile.getState()); in testUpdateUiccProfileApplicationWithDuplicateApps()501 assertEquals(State.LOADED, mUiccProfile.getState()); in testUpdateExternalState()
163 public enum State { NOT_LOADED, LOADED, ERROR_LOADING }; enumConstant194 mState = State.LOADED; in loadInBackground()
511 setExternalState(IccCardConstants.State.LOADED); in updateExternalState()587 if (mExternalState == IccCardConstants.State.LOADED) { in setExternalState()643 case LOADED: return IccCardConstants.INTENT_VALUE_ICC_LOADED; in getIccStateIntentString()
122 if (bitmapSource.getLoadingState() != BitmapSource.State.LOADED) { in init()172 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) { in setCropViewTileSource()