Home
last modified time | relevance | path

Searched defs:testInformation (Results 1 – 7 of 7) 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.java48 public void setUp(TestInformation testInformation) {} in setUp()
51 public void tearDown(TestInformation testInformation, Throwable e) in tearDown()
DAggregateImgdiagOutput.java53 public void setUp(TestInformation testInformation) {} in setUp()
56 public void tearDown(TestInformation testInformation, Throwable e) in tearDown()
/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.java87 String packageName, TestInformation testInformation, TestLogData testLogData) { in newInstance()