Home
last modified time | relevance | path

Searched refs:mTestCases (Results 1 – 2 of 2) sorted by relevance

/cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/
DTestSuite.java26 private final ArrayList<TestCase> mTestCases = new ArrayList<TestCase>(); field in TestSuite
45 mTestCases.add(testCase); in addTestCase()
57 return mTestCases; in getTestCases()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java227 private List<TestCase> mTestCases; field in ActivityTestBase.TestCaseBuilder
230 mTestCases = new ArrayList<TestCase>(); in TestCaseBuilder()
238 if (mTestCases.size() == 0) { in runWithComparer()
242 Bitmap idealBitmap = captureRenderSpec(mTestCases.remove(0)); in runWithComparer()
244 for (TestCase testCase : mTestCases) { in runWithComparer()
256 if (mTestCases.size() == 0) { in runWithVerifier()
260 for (TestCase testCase : mTestCases) { in runWithVerifier()
298 mTestCases.add(new TestCase(null, 0, webViewUrl, viewInitializer, useHardware)); in addWebView()
304 mTestCases.add(new TestCase(null, layoutId, null, viewInitializer, useHardware)); in addLayout()
309 mTestCases.add(new TestCase(canvasClient, 0, null, null, useHardware)); in addCanvasClient()
[all …]