Searched refs:moduleProto (Results 1 – 1 of 1) sorted by relevance
341 private void handleModuleProto(TestRecord moduleProto) { in handleModuleProto() argument342 if (moduleProto.hasEndTime()) { in handleModuleProto()343 handleModuleEnded(moduleProto); in handleModuleProto()345 handleModuleStart(moduleProto); in handleModuleProto()349 private void handleModuleStart(TestRecord moduleProto) { in handleModuleStart() argument350 Any anyDescription = moduleProto.getDescription(); in handleModuleStart()379 private void handleModuleEnded(TestRecord moduleProto) { in handleModuleEnded() argument380 handleLogs(moduleProto); in handleModuleEnded()