Searched refs:errorName (Results 1 – 2 of 2) sorted by relevance
169 String errorName = jsonObject.optString(ERROR_NAME_KEY); in TestRunFailedEventInfo() local171 if (errorName != null) { in TestRunFailedEventInfo()176 return errorName; in TestRunFailedEventInfo()311 String errorName = jsonObject.optString(ERROR_NAME_KEY); in InvocationFailedEventInfo() local313 if (errorName != null) { in InvocationFailedEventInfo()318 return errorName; in InvocationFailedEventInfo()
655 String errorName = debugContext.getErrorName(); in parseDebugInfoContext() local657 if (!Strings.isNullOrEmpty(errorName)) { in parseDebugInfoContext()666 return errorName; in parseDebugInfoContext()