Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowManager.java422 private void setLoadEscrowDataErrorCode(@RebootEscrowErrorCode int value, Handler handler) { in setLoadEscrowDataErrorCode() method in RebootEscrowManager
440 setLoadEscrowDataErrorCode(newValue, handler); in compareAndSetLoadEscrowDataErrorCode()
623 setLoadEscrowDataErrorCode(ERROR_PROVIDER_MISMATCH, retryHandler); in loadRebootEscrowDataWithRetry()
625 setLoadEscrowDataErrorCode(ERROR_LOAD_ESCROW_KEY, retryHandler); in loadRebootEscrowDataWithRetry()
719 setLoadEscrowDataErrorCode(ERROR_NONE, retryHandler); in reportMetricOnRestoreComplete()
752 setLoadEscrowDataErrorCode(ERROR_NO_PROVIDER, retryHandler); in getAndClearRebootEscrowKey()
759 setLoadEscrowDataErrorCode(ERROR_KEYSTORE_FAILURE, retryHandler); in getAndClearRebootEscrowKey()