Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DLockSettingsInternal.java135 public abstract @ArmRebootEscrowErrorCode int armRebootEscrow(); in armRebootEscrow() method in LockSettingsInternal
/aosp12/frameworks/base/services/core/java/com/android/server/recoverysystem/
H A DRecoverySystemService.java781 private RebootPreparationError armRebootEscrow(String packageName, in armRebootEscrow() method in RecoverySystemService
809 providerErrorCode = lockSettings.armRebootEscrow(); in armRebootEscrow()
881 RebootPreparationError escrowError = armRebootEscrow(packageName, slotSwitch); in rebootWithLskfImpl()
/aosp12/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()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java3722 public @ArmRebootEscrowErrorCode int armRebootEscrow() {
/aosp12/frameworks/base/services/
H A Dart-profile23353 PLcom/android/server/locksettings/LockSettingsService$LocalService;->armRebootEscrow()I
37276 PLcom/android/server/recoverysystem/RecoverySystemService;->armRebootEscrow(Ljava/lang/String;Z)Lco…