Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/error/
DHarnessException.java30 private ErrorIdentifier mErrorId; field in HarnessException
34 mErrorId = errorId; in HarnessException()
40 mErrorId = errorId; in HarnessException()
46 mErrorId = errorId; in HarnessException()
52 mErrorId = errorId; in HarnessException()
59 return mErrorId; in getErrorId()
DHarnessRuntimeException.java27 private ErrorIdentifier mErrorId; field in HarnessRuntimeException
37 mErrorId = errorId; in HarnessRuntimeException()
52 mErrorId = cause.getErrorId(); in HarnessRuntimeException()
65 mErrorId = errorId; in HarnessRuntimeException()
74 return mErrorId; in getErrorId()
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/
DFailureDescription.java44 private @Nullable ErrorIdentifier mErrorId = null; field in FailureDescription
113 mErrorId = errorId; in setErrorIdentifier()
119 return mErrorId; in getErrorIdentifier()