Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DInvocationResult.java69 public int getNotExecuted() { in getNotExecuted() method in InvocationResult
72 numTests += module.getNotExecuted(); in getNotExecuted()
DModuleResult.java151 public int getNotExecuted() { in getNotExecuted() method in ModuleResult
284 this.mNotExecuted += otherModuleResult.getNotExecuted(); in mergeFrom()
DLightInvocationResult.java58 mNotExecuted = result.getNotExecuted(); in LightInvocationResult()
96 public int getNotExecuted() { in getNotExecuted() method in LightInvocationResult
DIModuleResult.java42 int getNotExecuted(); in getNotExecuted() method
DIInvocationResult.java46 int getNotExecuted(); in getNotExecuted() method