| /test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/ |
| D | AppCrawlTesterTest.java | 95 Path roboDir = mFileSystem.getPath("robo"); in startCrawl_roboscriptDirectoryProvided_throws() 107 Path crawlGuidanceDir = mFileSystem.getPath("crawlguide"); in startCrawl_crawlGuidanceDirectoryProvided_throws() 263 Path root = mFileSystem.getPath("apk"); in startCrawl_withSplitApksInSubDirectory_doesNotThrowException() 277 Path root = mFileSystem.getPath("apk"); in startCrawl_withSingleSplitApkDirectory_doesNotThrowException() 289 Path root = mFileSystem.getPath("apk"); in startCrawl_withSingleApkDirectory_doesNotThrowException() 301 Path root = mFileSystem.getPath("single.apk"); in startCrawl_withSingleApkFile_doesNotThrowException() 313 Path root = mFileSystem.getPath("apk"); in startCrawl_withApkDirectoryContainingOtherFileTypes_doesNotThrowException() 326 Path root = mFileSystem.getPath("apk"); in startCrawl_withApkDirectoryContainingNoApks_throwException() 338 Path root = mFileSystem.getPath("single.not_apk"); in startCrawl_withNonApkPath_throwException() 349 Path root = mFileSystem.getPath("apk"); in startCrawl_withApksInMultipleDirectories_throwException() [all …]
|
| D | TestUtilsTest.java | 66 Path root = mFileSystem.getPath("apk"); in listApks_withSplitApksInSubDirectory_returnsApks() 84 Path root = mFileSystem.getPath("apk"); in listApks_withSingleSplitApkDirectory_returnsApks() 101 Path root = mFileSystem.getPath("apk"); in listApks_withSplitApkDirectory_returnsListWithBaseApkAsTheFirstElement() 115 Path root = mFileSystem.getPath("apk"); in listApks_withSingleApkDirectory_returnsApks() 131 Path root = mFileSystem.getPath("single.apk"); in listApks_withSingleApkFile_returnsApks() 146 Path root = mFileSystem.getPath("apk"); in listApks_withApkDirectoryContainingObbFiles_returnsApksWithObb() 165 Path root = mFileSystem.getPath("apk"); in listApks_withApkDirectoryContainingOtherFileTypes_returnsApksOnly() 182 Path root = mFileSystem.getPath("apk"); in listApks_withApkDirectoryContainingNoApks_throwException() 191 Path root = mFileSystem.getPath("apk"); in listApks_withApkDirectoryContainingOnlyObbFiles_throwException() 200 Path root = mFileSystem.getPath("single.not_apk"); in listApks_withNonApkFile_throwException() [all …]
|
| D | ApkInstallerTest.java | 49 Path root = mFileSystem.getPath("apk"); in install_failedToListApks_throwsException() 60 Path root = mFileSystem.getPath("apk"); in install_installCommandFailed_throwsException() 73 Path root = mFileSystem.getPath("apk"); in install_installCommandSucceed_doesNotThrow() 86 Path root = mFileSystem.getPath("apk"); in install_parsePackageNameFailed_throwsException() 105 Path root = mFileSystem.getPath("apk"); in install_obbExists_installObb()
|
| D | AppCrawlTesterHostPreparerTest.java | 151 Files.createDirectories(mFileSystem.getPath("sdk")).toString()); in createTestSubject() 154 Files.createDirectories(mFileSystem.getPath("bin")).toString()); in createTestSubject() 157 Files.createDirectories(mFileSystem.getPath("cred.json")).toString()); in createTestSubject()
|
| D | DeviceUtilsTest.java | 851 Path dumpFile = Files.createTempFile(mFileSystem.getPath("/"), "dropbox", ".proto"); in getDropboxEntries_entryExists_returnsEntry() 892 Path fileDumpFile = Files.createTempFile(mFileSystem.getPath("/"), "file", ".dump"); in getDropboxEntriesFromStdout_entryExists_returnsEntry() 893 Path printDumpFile = Files.createTempFile(mFileSystem.getPath("/"), "print", ".dump"); in getDropboxEntriesFromStdout_entryExists_returnsEntry() 992 () -> Files.createTempFile(mFileSystem.getPath("/"), "test", ".tmp")); in createSubjectUnderTest()
|
| D | ModuleGeneratorTest.java | 307 Path rootPath = mFileSystem.getPath("csuite"); in createTestsDir()
|
| /test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/ |
| D | AppCrawlTester.java | 338 mFileSystem.getPath( in startCrawl() 563 mFileSystem.getPath( in createUtpCrawlerRunCommand() 606 TestUtils.listApks(mFileSystem.getPath(getOptions().getRepackApk().toString())) in createUtpCrawlerRunCommand() 635 mFileSystem.getPath(getOptions().getRoboscriptFile().toString()))); in createUtpCrawlerRunCommand() 644 mFileSystem.getPath( in createUtpCrawlerRunCommand() 653 mFileSystem.getPath(getOptions().getLoginConfigDir().toString())); in createUtpCrawlerRunCommand() 664 mFileSystem.getPath( in createCrawlerRunCommand() 702 mFileSystem.getPath(getOptions().getRepackApk().toString())) in createCrawlerRunCommand() 733 mFileSystem.getPath(getOptions().getRoboscriptFile().toString()))); in createCrawlerRunCommand() 743 mFileSystem.getPath( in createCrawlerRunCommand() [all …]
|
| D | DirectoryBasedModuleInfoProvider.java | 75 .filter(file -> file.getPath().toLowerCase().endsWith(".apk")) in get() 87 file.getPath()))); in get()
|
| D | AppCrawlTesterHostPreparer.java | 151 String cmd = "tar -xvzf " + mSdkTar.getPath() + " -C " + sdkPath.toString(); in setUp() 183 cleanUp(mFileSystem.getPath(getSdkPath(testInfo))); in tearDown()
|
| /test/catbox/runner/src/com/android/catbox/runner/ |
| D | MopedRunner.java | 63 .getPath(); in unTarTestArtifact() 68 mLocalDestFile.getPath() in unTarTestArtifact() 78 "tar xf " + mLocalSrcFile.getPath() + " -C " + mLocalDestFile.getPath() in unTarTestArtifact()
|
| /test/app_compat/csuite/harness/src/main/java/com/android/csuite/config/ |
| D | AppRemoteFileResolver.java | 177 String path = uriSchemeAndPathAsFile.getPath(); in toUri() 204 if (!Strings.isNullOrEmpty(uri.getPath())) { in checkAppUri() 209 uri.getPath(), uri)); in checkAppUri()
|
| /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
| D | DeviceInteractionHelperInstaller.java | 141 String path = apkFile.getPath(); in checkApkFile() 177 LogLevel.INFO, "Installing %s from %s", apkFile.getName(), apkFile.getPath()); in installHelperApk()
|
| /test/app_compat/csuite/test_scripts/src/main/java/com/android/webview/lib/ |
| D | WebviewPackage.java | 80 public Path getPath() { in getPath() method in WebviewPackage
|
| /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/ |
| D | CertificationSuiteResultReporter.java | 316 testLog(earlyLog.getPath(), earlyLog.getType(), source); in initializeResultDirectories()
|
| /test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/ |
| D | AppSetupPreparerTest.java | 75 .setOption(AppSetupPreparer.OPTION_TEST_FILE_NAME, apkPath.getPath()) in setUp_saveApkOptionEnabled_savesApk()
|