Home
last modified time | relevance | path

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

/cts/common/util/src/com/android/compatibility/common/util/
DInvocationResult.java70 public int getNotExecuted() { in getNotExecuted() method in InvocationResult
73 numTests += module.getNotExecuted(); in getNotExecuted()
DModuleResult.java146 public int getNotExecuted() { in getNotExecuted() method in ModuleResult
269 this.mNotExecuted += otherModuleResult.getNotExecuted(); in mergeFrom()
DIModuleResult.java42 int getNotExecuted(); in getNotExecuted() method
DLightInvocationResult.java58 mNotExecuted = result.getNotExecuted(); in LightInvocationResult()
96 public int getNotExecuted() { in getNotExecuted() method in LightInvocationResult
DIInvocationResult.java46 int getNotExecuted(); in getNotExecuted() method