Home
last modified time | relevance | path

Searched defs:testCount (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsStopwatchTimerTest.java31 public void testCount() throws Exception { in testCount() method in BatteryStatsStopwatchTimerTest
/frameworks/base/test-runner/src/junit/runner/
DTestRunListener.java14 public void testRunStarted(String testSuiteName, int testCount); in testRunStarted()
/frameworks/base/tests/backup/
Dbackup_helper_test.cpp71 int testCount = 0; in main() local
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DStaggeredGridLayoutManagerBaseConfigSetTest.java495 int testCount = 10; in scrollToPositionWithOffsetTest() local
630 int testCount = 10; in scrollToPositionTest() local
DLinearLayoutManagerBaseConfigSetTest.java86 int testCount = 10; in scrollToPositionWithOffsetTest() local
/frameworks/base/test-runner/src/android/test/
DTestRunner.java350 final int testCount = suite.testCount(); in run() local
/frameworks/base/tools/bit/
Dmain.cpp213 int32_t testCount = get_bundle_int(results, &found, "numtests", NULL); in OnTestStatus() local