Home
last modified time | relevance | path

Searched defs:testInformation (Results 1 – 8 of 8) sorted by relevance

/test/app_compat/csuite/test_scripts/src/main/java/com/android/webview/lib/
DWebviewInstallerToolPreparer.java68 TestInformation testInformation, in runWebviewInstallerToolCommand()
108 public static void setGcloudCliPath(TestInformation testInformation, File gcloudCliDir) { in setGcloudCliPath()
115 TestInformation testInformation, File webviewInstallerTool) { in setWebviewInstallerToolPath()
122 public static String getWebviewInstallerToolPath(TestInformation testInformation) { in getWebviewInstallerToolPath()
126 public static String getGcloudCliPath(TestInformation testInformation) { in getGcloudCliPath()
DWebviewUtils.java41 public WebviewUtils(TestInformation testInformation) { in WebviewUtils()
/test/app_compat/csuite/test_scripts/src/main/java/com/android/art/targetprep/
DAllProcessesImgdiag.java50 public void setUp(TestInformation testInformation) {} in setUp()
53 public void tearDown(TestInformation testInformation, Throwable e) in tearDown()
DAggregateImgdiagOutput.java66 public void setUp(TestInformation testInformation) {} in setUp()
69 public void tearDown(TestInformation testInformation, Throwable e) in tearDown()
111 ImgdiagData collectImgdiagData(TestInformation testInformation) in collectImgdiagData()
/test/catbox/target_preparers/src/com/android/catbox/targetpreparer/
DLowPerformanceTargetPreparer.java75 public void setUp(TestInformation testInformation) in setUp()
99 public void tearDown(TestInformation testInformation, Throwable e) in tearDown()
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DTestUtils.java67 public static TestUtils getInstance(TestInformation testInformation, TestLogData testLogData) { in getInstance()
75 TestInformation testInformation, TestArtifactReceiver testArtifactReceiver) { in getInstance()
84 TestInformation testInformation, in TestUtils()
DAppCrawlTester.java82 TestInformation testInformation, in newInstance()
/test/vts/tests/angleallowliststrace_test/host/src/com/google/android/angleallowlists/vts/
DHelper.java91 public Helper(final TestInformation testInformation, final TemporaryFolder temporaryFolder, in Helper()