Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/recoverysystem/
H A DRecoverySystemService.java361 uid, preparedClientCount, requestCount, slotSwitch, serverBased, in reportRebootEscrowRebootMetrics()
735 private boolean verifySlotForNextBoot(boolean slotSwitch) { in verifySlotForNextBoot() argument
770 if (slotSwitch) { in verifySlotForNextBoot()
782 boolean slotSwitch) { in armRebootEscrow() argument
793 if (!verifySlotForNextBoot(slotSwitch)) { in armRebootEscrow()
835 private void reportMetricsOnRebootWithLskf(String packageName, boolean slotSwitch, in reportMetricsOnRebootWithLskf() argument
880 boolean slotSwitch) { in rebootWithLskfImpl() argument
881 RebootPreparationError escrowError = armRebootEscrow(packageName, slotSwitch); in rebootWithLskfImpl()
882 reportMetricsOnRebootWithLskf(packageName, slotSwitch, escrowError); in rebootWithLskfImpl()
907 boolean slotSwitch) { in rebootWithLskf() argument
[all …]
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/recoverysystem/
H A DRecoverySystemServiceTestable.java129 int requestCount, boolean slotSwitch, boolean serverBased, in reportRebootEscrowRebootMetrics() argument
132 requestCount, slotSwitch, serverBased, lskfCapturedToRebootDurationInSeconds, in reportRebootEscrowRebootMetrics()
192 int requestCount, boolean slotSwitch, boolean serverBased, in reportRebootEscrowRebootMetrics() argument
/aosp12/frameworks/base/core/java/android/os/
H A DIRecoverySystem.aidl35 int rebootWithLskf(in String packageName, in String reason, in boolean slotSwitch); in rebootWithLskf() argument
H A DRecoverySystem.java835 @NonNull String reason, boolean slotSwitch) throws IOException { in rebootAndApply() argument
837 return rs.rebootWithLskf(context.getPackageName(), reason, slotSwitch); in rebootAndApply()
1480 boolean slotSwitch) throws IOException { in rebootWithLskf() argument
1482 return mService.rebootWithLskf(packageName, reason, slotSwitch); in rebootWithLskf()