Home
last modified time | relevance | path

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

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