Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessTestResultsParser.java92 private InvocationFailedEventInfo mReportedInvocationFailedEventInfo = null; field in SubprocessTestResultsParser
440 mReportedInvocationFailedEventInfo = ifi; in handleEvent()
692 return (mReportedInvocationFailedEventInfo != null); in reportedInvocationFailed()
697 return mReportedInvocationFailedEventInfo; in getReportedInvocationFailedEventInfo()