Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowManager.java143 @interface RebootEscrowErrorCode { annotation in RebootEscrowManager
157 private @RebootEscrowErrorCode int mLoadEscrowDataErrorCode = ERROR_NONE;
422 private void setLoadEscrowDataErrorCode(@RebootEscrowErrorCode int value, Handler handler) { in setLoadEscrowDataErrorCode()
436 @RebootEscrowErrorCode int expectedValue, in compareAndSetLoadEscrowDataErrorCode()
437 @RebootEscrowErrorCode int newValue, in compareAndSetLoadEscrowDataErrorCode()