Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java77 private static final String ERROR_NAME_KEY = "error_name"; field in SubprocessEventHelper
166 tags.putOpt(ERROR_NAME_KEY, mFailure.getErrorIdentifier().name()); in toString()
275 String errorName = jsonObject.optString(ERROR_NAME_KEY); in InvocationFailedEventInfo()
310 tags.putOpt(ERROR_NAME_KEY, mFailure.getErrorIdentifier().name()); in toString()
461 tags.putOpt(ERROR_NAME_KEY, mFailure.getErrorIdentifier().name()); in toString()
757 String errorName = jsonObject.optString(ERROR_NAME_KEY); in updateFailureFromJsonObject()