Searched refs:STOP_REASON_REBOOT (Results 1 – 4 of 4) sorted by relevance
69 STOP_REASON_REBOOT,105 int STOP_REASON_REBOOT = 5; field
37 import static android.system.virtualmachine.VirtualMachineCallback.STOP_REASON_REBOOT;1923 return STOP_REASON_REBOOT; in getTranslatedReason()
51 field public static final int STOP_REASON_REBOOT = 5; // 0x5
2456 assertThat(bootResult.deathReason).isEqualTo(VirtualMachineCallback.STOP_REASON_REBOOT); in bootFailsWithCustomVendorPartitionForPvm()