Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryStatsStopwatchTimerTest.java33 public void testCount() throws Exception { in testCount() method in BatteryStatsStopwatchTimerTest
/aosp14/frameworks/base/test-runner/src/junit/runner/
H A DTestRunListener.java14 public void testRunStarted(String testSuiteName, int testCount); in testRunStarted()
/aosp14/frameworks/base/tests/backup/
H A Dbackup_helper_test.cpp71 int testCount = 0; in main() local
/aosp14/frameworks/base/tools/bit/
H A Dmain.cpp249 int32_t testCount = get_bundle_int(results, &found, "numtests", NULL); in OnTestStatus() local