HomeSort by relevance Sort by last modified time
    Searched refs:mNotExecuted (Results 1 - 3 of 3) sorted by null

  /cts/common/util/src/com/android/compatibility/common/util/
ModuleResult.java 38 private int mNotExecuted = 0;
74 mNotExecuted = 0;
90 mNotExecuted = 0;
147 return mNotExecuted;
155 mNotExecuted = numTests;
269 this.mNotExecuted += otherModuleResult.getNotExecuted();
LightInvocationResult.java 39 private int mNotExecuted;
58 mNotExecuted = result.getNotExecuted();
97 return mNotExecuted;
InvocationResult.java 40 private int mNotExecuted = 0;

Completed in 73 milliseconds