Home
last modified time | relevance | path

Searched refs:mNotExecuted (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DModuleResult.java38 private int mNotExecuted = 0; field in ModuleResult
79 mNotExecuted = 0; in initializeDone()
95 mNotExecuted = 0; in setDone()
152 return mNotExecuted; in getNotExecuted()
160 mNotExecuted = numTests; in setNotExecuted()
284 this.mNotExecuted += otherModuleResult.getNotExecuted(); in mergeFrom()
DLightInvocationResult.java39 private int mNotExecuted; field in LightInvocationResult
58 mNotExecuted = result.getNotExecuted(); in LightInvocationResult()
97 return mNotExecuted; in getNotExecuted()