Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DInvocationResult.java84 int numTests = 0; in getNotExecuted() local
86 numTests += module.getNotExecuted(); in getNotExecuted()
88 return numTests; in getNotExecuted()
DIModuleResult.java49 void setNotExecuted(int numTests); in setNotExecuted() argument
DModuleResult.java159 public void setNotExecuted(int numTests) { in setNotExecuted() argument
160 mNotExecuted = numTests; in setNotExecuted()
/platform_testing/host_runners/utils/tests/src/com/android/runner/utils/
DInstrumentationResultProtoParserTest.java1105 int numTests, in getTestInfoProto() argument
1119 ResultsBundleEntry.newBuilder().setKey("numtests").setValueInt(numTests).build()); in getTestInfoProto()