Home
last modified time | relevance | path

Searched refs:getReason (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DProcessUtil.java53 public Reason getReason() { in getReason() method in ProcessUtil.KillException
305 if (e.getReason() != KillException.Reason.NO_SUCH_PROCESS) { in killAll()
366 if (e.getReason() != KillException.Reason.NO_SUCH_PROCESS) { in withProcessKill()
DFridaUtils.java204 if (e.getReason() != ProcessUtil.KillException.Reason.NO_SUCH_PROCESS) { in close()
DRootcanalUtils.java105 if (e.getReason() != ProcessUtil.KillException.Reason.NO_SUCH_PROCESS) { in finished()