Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java766 byte[] passwordData = loadState(PASSWORD_DATA_NAME, protectorId, userId); in getPinLength()
774 byte[] passwordData = loadState(PASSWORD_DATA_NAME, protectorId, userId); in getCredentialType()
857 return loadState(SP_HANDLE_NAME, NULL_PROTECTOR_ID, userId); in loadSyntheticPasswordHandle()
866 byte[] e0 = loadState(SP_E0_NAME, NULL_PROTECTOR_ID, userId); in loadEscrowData()
867 byte[] p1 = loadState(SP_P1_NAME, NULL_PROTECTOR_ID, userId); in loadEscrowData()
899 byte[] data = loadState(WEAVER_SLOT_NAME, protectorId, userId); in loadWeaverSlot()
1134 PasswordData pwd = PasswordData.fromBytes(loadState(PASSWORD_DATA_NAME, protectorId, in migrateFrpPasswordLocked()
1210 final byte[] data = loadState(PASSWORD_DATA_NAME, protectorId, userId); in writeRepairModeCredentialLocked()
1385 byte[] pwdDataBytes = loadState(PASSWORD_DATA_NAME, protectorId, userId); in unlockLskfBasedProtector()
1521 byte[] pwdDataBytes = loadState(PASSWORD_DATA_NAME, protectorId, userId); in refreshPinLengthOnDisk()
[all …]
/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/
Dart-wear-profile14939 PLcom/android/server/locksettings/SyntheticPasswordManager;->loadState(Ljava/lang/String;JI)[B