Home
last modified time | relevance | path

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

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