Searched refs:STOP_REASON_HANGUP (Results 1 – 4 of 4) sorted by relevance
80 STOP_REASON_HANGUP,138 int STOP_REASON_HANGUP = 16; field
27 import static android.system.virtualmachine.VirtualMachineCallback.STOP_REASON_HANGUP;1941 return STOP_REASON_HANGUP; in getTranslatedReason()
41 field public static final int STOP_REASON_HANGUP = 16; // 0x10
1404 assertThat(result.deathReason).isNotEqualTo(VirtualMachineCallback.STOP_REASON_HANGUP); in assertThatBootFailsAfterCompromisingPartition()