Home
last modified time | relevance | path

Searched defs:testInformation (Results 1 – 4 of 4) 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.java39 public WebviewUtils(TestInformation testInformation) { in WebviewUtils()
/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.java80 String packageName, TestInformation testInformation, TestLogData testLogData) { in newInstance()