Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockSettingsInternal.java173 public abstract @ArmRebootEscrowErrorCode int armRebootEscrow(); in armRebootEscrow() method in LockSettingsInternal
/aosp14/frameworks/base/services/core/java/com/android/server/recoverysystem/
H A DRecoverySystemService.java792 private RebootPreparationError armRebootEscrow(String packageName, in armRebootEscrow() method in RecoverySystemService
820 providerErrorCode = lockSettings.armRebootEscrow(); in armRebootEscrow()
892 RebootPreparationError escrowError = armRebootEscrow(packageName, slotSwitch); in rebootWithLskfImpl()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/recoverysystem/
H A DRecoverySystemServiceTest.java101 .armRebootEscrow(); in setup()
510 .when(mLockSettingsInternal).armRebootEscrow(); in rebootWithLskf_armEscrowDataFatalError_Failure()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java3541 public @ArmRebootEscrowErrorCode int armRebootEscrow() {