Searched defs:testCount (Results 1 - 1 of 1) 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);

Completed in 60 milliseconds