Searched refs:getIterationCount (Results 1 – 1 of 1) sorted by relevance
197 if (getIterationCount() > 1) { in runInstrumentationTest()198 CLog.v("Setting test iterations: %d", getIterationCount()); in runInstrumentationTest()200 instrArgMap.put(ARGUMENT_TEST_ITERATIONS, String.valueOf(getIterationCount())); in runInstrumentationTest()839 public int getIterationCount() { in getIterationCount() method in CameraTestBase