Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/recoverysystem/
H A DRecoverySystemService.java358 int preparedClientCount, int requestCount, boolean slotSwitch, boolean serverBased, in reportRebootEscrowRebootMetrics()
735 private boolean verifySlotForNextBoot(boolean slotSwitch) { in verifySlotForNextBoot()
782 boolean slotSwitch) { in armRebootEscrow()
835 private void reportMetricsOnRebootWithLskf(String packageName, boolean slotSwitch, in reportMetricsOnRebootWithLskf()
860 preparedClientCount, requestCount, slotSwitch, serverBased, durationSeconds, in reportMetricsOnRebootWithLskf() local
880 boolean slotSwitch) { in rebootWithLskfImpl()
907 boolean slotSwitch) { in rebootWithLskf()
/aosp12/frameworks/base/core/java/android/os/
H A DIRecoverySystem.aidl35 int rebootWithLskf(in String packageName, in String reason, in boolean slotSwitch); in rebootWithLskf()
H A DRecoverySystem.java835 @NonNull String reason, boolean slotSwitch) throws IOException { in rebootAndApply()
1480 boolean slotSwitch) throws IOException { in rebootWithLskf()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/recoverysystem/
H A DRecoverySystemServiceTestable.java129 int requestCount, boolean slotSwitch, boolean serverBased, in reportRebootEscrowRebootMetrics()
192 int requestCount, boolean slotSwitch, boolean serverBased, in reportRebootEscrowRebootMetrics()