Home
last modified time | relevance | path

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

/cts/common/util/src/com/android/compatibility/common/util/
DModuleResult.java38 private int mNotExecuted = 0; field in ModuleResult
74 mNotExecuted = 0; in initializeDone()
90 mNotExecuted = 0; in setDone()
147 return mNotExecuted; in getNotExecuted()
155 mNotExecuted = numTests; in setNotExecuted()
269 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()
DInvocationResult.java40 private int mNotExecuted = 0; field in InvocationResult