Home
last modified time | relevance | path

Searched refs:Reason (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DProcessUtil.java39 public enum Reason { enum in ProcessUtil.KillException
46 private Reason reason;
48 public KillException(String errorMessage, Reason r) { in KillException()
53 public Reason getReason() { in getReason()
210 KillException.Reason.NO_SUCH_PROCESS); in waitPidExited()
252 throw new KillException(err, KillException.Reason.INVALID_SIGNAL); in killPid()
254 throw new KillException(err, KillException.Reason.INSUFFICIENT_PERMISSIONS); in killPid()
256 throw new KillException(err, KillException.Reason.NO_SUCH_PROCESS); in killPid()
258 throw new KillException(err, KillException.Reason.UNKNOWN); in killPid()
305 if (e.getReason() != KillException.Reason.NO_SUCH_PROCESS) { in killAll()
[all …]
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()
/platform_testing/libraries/flicker/
DREADME.md99 Reason: Region to test: Rect(0, 0 - 1440, 2880)