Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/recoverysystem/
H A DRecoverySystemService.java25 import static android.os.RecoverySystem.ResumeOnRebootRebootErrorCode;
189 final @ResumeOnRebootRebootErrorCode int mRebootErrorCode;
879 private @ResumeOnRebootRebootErrorCode int rebootWithLskfImpl(String packageName, String reason, in rebootWithLskfImpl()
885 @ResumeOnRebootRebootErrorCode int errorCode = escrowError.mRebootErrorCode; in rebootWithLskfImpl()
899 public @ResumeOnRebootRebootErrorCode int rebootWithLskfAssumeSlotSwitch(String packageName, in rebootWithLskfAssumeSlotSwitch()
906 public @ResumeOnRebootRebootErrorCode int rebootWithLskf(String packageName, String reason, in rebootWithLskf()
/aosp12/frameworks/base/core/java/android/os/
H A DRecoverySystem.java169 public @interface ResumeOnRebootRebootErrorCode {} annotation in RecoverySystem
834 public static @ResumeOnRebootRebootErrorCode int rebootAndApply(@NonNull Context context, in rebootAndApply()
1479 private @ResumeOnRebootRebootErrorCode int rebootWithLskf(String packageName, String reason, in rebootWithLskf()
1493 private @ResumeOnRebootRebootErrorCode int rebootWithLskfAssumeSlotSwitch(String packageName, in rebootWithLskfAssumeSlotSwitch()