Searched defs:root (Results 1 – 8 of 8) sorted by relevance
49 Path root = mFileSystem.getPath("apk"); in install_failedToListApks_throwsException() local60 Path root = mFileSystem.getPath("apk"); in install_installCommandFailed_throwsException() local73 Path root = mFileSystem.getPath("apk"); in install_installCommandSucceed_doesNotThrow() local86 Path root = mFileSystem.getPath("apk"); in install_parsePackageNameFailed_throwsException() local105 Path root = mFileSystem.getPath("apk"); in install_obbExists_installObb() local
65 Path root = mFileSystem.getPath("apk"); in listApks_withSplitApksInSubDirectory_returnsApks() local83 Path root = mFileSystem.getPath("apk"); in listApks_withSingleSplitApkDirectory_returnsApks() local100 Path root = mFileSystem.getPath("apk"); in listApks_withSplitApkDirectory_returnsListWithBaseApkAsTheFirstElement() local114 Path root = mFileSystem.getPath("apk"); in listApks_withSingleApkDirectory_returnsApks() local130 Path root = mFileSystem.getPath("single.apk"); in listApks_withSingleApkFile_returnsApks() local145 Path root = mFileSystem.getPath("apk"); in listApks_withApkDirectoryContainingObbFiles_returnsApksWithObb() local164 Path root = mFileSystem.getPath("apk"); in listApks_withApkDirectoryContainingOtherFileTypes_returnsApksOnly() local181 Path root = mFileSystem.getPath("apk"); in listApks_withApkDirectoryContainingNoApks_throwException() local190 Path root = mFileSystem.getPath("apk"); in listApks_withApkDirectoryContainingOnlyObbFiles_throwException() local199 Path root = mFileSystem.getPath("single.not_apk"); in listApks_withNonApkFile_throwException() local[all …]
243 Path root = mFileSystem.getPath("apk"); in start_withSplitApksInSubDirectory_doesNotThrowException() local256 Path root = mFileSystem.getPath("apk"); in start_withSingleSplitApkDirectory_doesNotThrowException() local267 Path root = mFileSystem.getPath("apk"); in start_withSingleApkDirectory_doesNotThrowException() local278 Path root = mFileSystem.getPath("single.apk"); in start_withSingleApkFile_doesNotThrowException() local289 Path root = mFileSystem.getPath("apk"); in start_withApkDirectoryContainingOtherFileTypes_doesNotThrowException() local301 Path root = mFileSystem.getPath("apk"); in start_withApkDirectoryContainingNoApks_throwException() local312 Path root = mFileSystem.getPath("single.not_apk"); in start_withNonApkPath_throwException() local322 Path root = mFileSystem.getPath("apk"); in start_withApksInMultipleDirectories_throwException() local649 Path root = mFileSystem.getPath("apk"); in createApkPathWithSplitApks() local
44 File root = FileUtil.createTempDir("root"); in testSuiteInfoLoad() local
35 File root = FileUtil.createTempDir("root"); in testSuiteInfoLoad() local
58 File root = FileUtil.createTempDir("root"); in testSuiteInfoLoad() local
63 File root = FileUtil.createTempDir("root"); in testSuiteInfoLoad() local
325 public static List<Path> listApks(Path root) throws TestUtilsException { in listApks()