Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultParser.java231 boolean inRun = false; in evalProto()
238 inRun = true; in evalProto()
240 evalChildrenProto(childProto.getChildrenList(), inRun); in evalProto() local