Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultParser.java149 handleModuleProto(currentProto); in processNewProto()
243 handleModuleProto(childProto); in evalProto()
341 private void handleModuleProto(TestRecord moduleProto) { in handleModuleProto() method in ProtoResultParser