Searched refs:KILLED (Results 1 – 6 of 6) sorted by relevance
26 KILLED = 1, enumConstant
60 AidlDeathReason::KILLED => Self::Killed, in from()
77 DeathReason::KILLED => vm_exited::DeathReason::Killed, in forward_vm_exited_atom()
801 None => DeathReason::KILLED, in death_reason()
834 assertThat(atomVmExited.getDeathReason()).isEqualTo(AtomsProto.VmExited.DeathReason.KILLED);
1916 case DeathReason.KILLED: in getTranslatedReason()