Searched refs:testCount (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/backup/
H A Dbackup_helper_test.cpp71 int testCount = 0; local
75 testCount++;
87 t->name, i, testCount);
104 printf("All %d test(s) passed\n", testCount);
106 printf("Tests failed: (%d of %d)\n", failed, testCount);
/frameworks/testing/androidtestlib/src/com/android/test/runner/listener/
H A DInstrumentationResultPrinter.java103 mResultTemplate.putInt(REPORT_KEY_NUM_TOTAL, description.testCount());
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java349 final int testCount = suite.testCount();
351 for (int j = 0; j < testCount; j++) {
/frameworks/testing/androidtestlib/tests/src/com/android/test/runner/
H A DTestRequestBuilderTest.java185 mTestCount = description.testCount();

Completed in 270 milliseconds