Home
last modified time | relevance | path

Searched refs:LOADED (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java79 LOADED; /** ordinal(9) == {@See TelephonyManager#SIM_STATE_LOADED} */ enumConstant
89 || (this == CARD_RESTRICTED) || (this == LOADED)); in iccCardExist()
104 case 10: return LOADED; in intToState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccProfileTest.java354 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()
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
DBitmapRegionTileSource.java163 public enum State { NOT_LOADED, LOADED, ERROR_LOADING }; enumConstant
194 mState = State.LOADED; in loadInBackground()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java122 if (bitmapSource.getLoadingState() != BitmapSource.State.LOADED) { in init()
172 if (bitmapSource.getLoadingState() == BitmapSource.State.LOADED) { in setCropViewTileSource()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccProfile.java560 setExternalState(IccCardConstants.State.LOADED); in updateExternalState()
636 if (mExternalState == IccCardConstants.State.LOADED) { in setExternalState()
DUiccController.java560 case LOADED: return IccCardConstants.INTENT_VALUE_ICC_LOADED; in getIccStateIntentString()