Home
last modified time | relevance | path

Searched refs:KillException (Results 1 – 6 of 6) sorted by relevance

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DProcessUtil.java38 public static class KillException extends Exception { class in ProcessUtil
48 public KillException(String errorMessage, Reason r) { in KillException() method in ProcessUtil.KillException
186 throws TimeoutException, DeviceNotAvailableException, KillException { in waitPidExited()
199 throws TimeoutException, DeviceNotAvailableException, KillException { in waitPidExited()
208 throw new KillException( in waitPidExited()
210 KillException.Reason.NO_SUCH_PROCESS); in waitPidExited()
234 throws DeviceNotAvailableException, TimeoutException, KillException { in killPid()
247 throws DeviceNotAvailableException, TimeoutException, KillException { in killPid()
252 throw new KillException(err, KillException.Reason.INVALID_SIGNAL); in killPid()
254 throw new KillException(err, KillException.Reason.INSUFFICIENT_PERMISSIONS); in killPid()
[all …]
DMallocDebug.java57 throws DeviceNotAvailableException, TimeoutException, ProcessUtil.KillException { in MallocDebug()
147 ProcessUtil.KillException { in withLibcMallocDebugOnService()
167 ProcessUtil.KillException { in withLibcMallocDebugOnNewProcess()
188 throws DeviceNotAvailableException, TimeoutException, ProcessUtil.KillException { in withLibcMallocDebugOnAllNewProcesses()
DNativePocMallocDebugAsserter.java53 throws DeviceNotAvailableException, TimeoutException, ProcessUtil.KillException { in withAutoCloseable()
DRootcanalUtils.java104 } catch (ProcessUtil.KillException e) { in finished()
105 if (e.getReason() != ProcessUtil.KillException.Reason.NO_SUCH_PROCESS) { in finished()
220 } catch (ProcessUtil.KillException e) { in enableRootcanal()
DFridaUtils.java203 } catch (ProcessUtil.KillException e) { in close()
204 if (e.getReason() != ProcessUtil.KillException.Reason.NO_SUCH_PROCESS) { in close()
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/util/
DTombstoneUtils.java103 | ProcessUtil.KillException e) { in withAssertNoSecurityCrashes()