Loading packages/CrashRecovery/services/module/java/com/android/server/PackageWatchdog.java +0 −1 Original line number Diff line number Diff line Loading @@ -1317,7 +1317,6 @@ public class PackageWatchdog { * Check if we're currently attempting to reboot during mitigation. This method must return * true if triggered reboot early during a boot loop, since the device will not be fully booted * at this time. * @hide */ public static boolean isRecoveryTriggeredReboot() { return isFactoryResetPropertySet() || isRebootPropertySet(); Loading Loading
packages/CrashRecovery/services/module/java/com/android/server/PackageWatchdog.java +0 −1 Original line number Diff line number Diff line Loading @@ -1317,7 +1317,6 @@ public class PackageWatchdog { * Check if we're currently attempting to reboot during mitigation. This method must return * true if triggered reboot early during a boot loop, since the device will not be fully booted * at this time. * @hide */ public static boolean isRecoveryTriggeredReboot() { return isFactoryResetPropertySet() || isRebootPropertySet(); Loading