Searched refs:currentProto (Results 1 – 1 of 1) sorted by relevance
142 public TestLevel processNewProto(TestRecord currentProto) { in processNewProto() argument144 if (currentProto.getParentTestRecordId().isEmpty()) { in processNewProto()145 handleRootProto(currentProto); in processNewProto()147 } else if (currentProto.hasDescription()) { in processNewProto()149 handleModuleProto(currentProto); in processNewProto()152 || currentProto.getTestRecordId().equals(mCurrentRunName)) { in processNewProto()154 handleTestRun(currentProto); in processNewProto()158 handleTestCase(currentProto); in processNewProto()