Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockSettingsInternal.java44 public @interface ArmRebootEscrowErrorCode {} annotation in LockSettingsInternal
173 public abstract @ArmRebootEscrowErrorCode int armRebootEscrow(); in armRebootEscrow()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowManager.java28 import static com.android.internal.widget.LockSettingsInternal.ArmRebootEscrowErrorCode;
877 @ArmRebootEscrowErrorCode int armRebootEscrowIfNeeded() { in armRebootEscrowIfNeeded()
H A DLockSettingsService.java3541 public @ArmRebootEscrowErrorCode int armRebootEscrow() {