Home
last modified time | relevance | path

Searched refs:loadState (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DExtendedBitmapDrawable.java392 private void setLoadState(int loadState) { in setLoadState() argument
395 mLoadState, loadState, mCurrKey, this)); in setLoadState()
399 switch (loadState) { in setLoadState()
436 mLoadState = loadState; in setLoadState()
442 loadState, placeholderVisible, progressVisible)); in setLoadState()
/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java432 byte[] passwordData = loadState(PASSWORD_DATA_NAME, handle, userId); in getCredentialType()
510 return loadState(SP_HANDLE_NAME, DEFAULT_HANDLE, userId); in loadSyntheticPasswordHandle()
518 authToken.E0 = loadState(SP_E0_NAME, DEFAULT_HANDLE, userId); in loadEscrowData()
519 authToken.P1 = loadState(SP_P1_NAME, DEFAULT_HANDLE, userId); in loadEscrowData()
540 byte[] data = loadState(WEAVER_SLOT_NAME, handle, userId); in loadWeaverSlot()
709 PasswordData pwd = PasswordData.fromBytes(loadState(PASSWORD_DATA_NAME, handle, in migrateFrpPasswordLocked()
867 PasswordData pwd = PasswordData.fromBytes(loadState(PASSWORD_DATA_NAME, handle, userId)); in unwrapPasswordBasedSyntheticPassword()
980 byte[] blob = loadState(SP_BLOB_NAME, handle, userId); in unwrapSyntheticPasswordBlob()
1117 return loadState(SECDISCARDABLE_NAME, handle, userId); in loadSecdiscardable()
1121 return !ArrayUtils.isEmpty(loadState(stateName, handle, userId)); in hasState()
[all …]