Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/recoverysystem/
H A DRecoverySystemService.java372 uid, preparedClientCount, requestCount, slotSwitch, serverBased, in reportRebootEscrowRebootMetrics()
746 private boolean verifySlotForNextBoot(boolean slotSwitch) { in verifySlotForNextBoot() argument
781 if (slotSwitch) { in verifySlotForNextBoot()
793 boolean slotSwitch) { in armRebootEscrow() argument
804 if (!verifySlotForNextBoot(slotSwitch)) { in armRebootEscrow()
846 private void reportMetricsOnRebootWithLskf(String packageName, boolean slotSwitch, in reportMetricsOnRebootWithLskf() argument
891 boolean slotSwitch) { in rebootWithLskfImpl() argument
892 RebootPreparationError escrowError = armRebootEscrow(packageName, slotSwitch); in rebootWithLskfImpl()
893 reportMetricsOnRebootWithLskf(packageName, slotSwitch, escrowError); in rebootWithLskfImpl()
918 boolean slotSwitch) { in rebootWithLskf() argument
[all …]
/aosp14/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
/aosp14/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.java837 @NonNull String reason, boolean slotSwitch) throws IOException { in rebootAndApply() argument
839 return rs.rebootWithLskf(context.getPackageName(), reason, slotSwitch); in rebootAndApply()
1482 boolean slotSwitch) throws IOException { in rebootWithLskf() argument
1484 return mService.rebootWithLskf(packageName, reason, slotSwitch); in rebootWithLskf()