Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/recoverysystem/
DRecoverySystemService.java25 import static android.os.RecoverySystem.ResumeOnRebootRebootErrorCode;
202 final @ResumeOnRebootRebootErrorCode int mRebootErrorCode;
939 private @ResumeOnRebootRebootErrorCode int rebootWithLskfImpl(String packageName, String reason, in rebootWithLskfImpl()
945 @ResumeOnRebootRebootErrorCode int errorCode = escrowError.mRebootErrorCode; in rebootWithLskfImpl()
961 public @ResumeOnRebootRebootErrorCode int rebootWithLskfAssumeSlotSwitch(String packageName, in rebootWithLskfAssumeSlotSwitch()
968 public @ResumeOnRebootRebootErrorCode int rebootWithLskf(String packageName, String reason, in rebootWithLskf()
/frameworks/base/core/java/android/os/
DRecoverySystem.java166 public @interface ResumeOnRebootRebootErrorCode {} annotation in RecoverySystem
804 public static @ResumeOnRebootRebootErrorCode int rebootAndApply(@NonNull Context context, in rebootAndApply()
1482 private @ResumeOnRebootRebootErrorCode int rebootWithLskf(String packageName, String reason, in rebootWithLskf()
1496 private @ResumeOnRebootRebootErrorCode int rebootWithLskfAssumeSlotSwitch(String packageName, in rebootWithLskfAssumeSlotSwitch()