Searched refs:apkName (Results 1 – 3 of 3) sorted by relevance
129 String apkName = apk.getName(); in testApkPackageNames() local130 File apkFile = new File(testcases, apkName); in testApkPackageNames()138 String put = packageNames.put(packageName, apkName); in testApkPackageNames()141 if (put != null && !apkName.equals(put) && !EXCEPTION_LIST.contains(packageName)) { in testApkPackageNames()144 config.getName(), packageName, apkName, put)); in testApkPackageNames()
131 private File createPackageFile(File parentDir, String packageName, String apkName) in createPackageFile() argument137 return Files.createFile(Paths.get(packageDir.getAbsolutePath(), apkName)).toFile(); in createPackageFile()
124 String apkName = pkg + ".apk"; in setUp() local125 File apkFile = testInfo.getDependencyFile(apkName, true); in setUp()