Searched refs:apkName (Results 1 – 2 of 2) 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()
124 String apkName = pkg + ".apk"; in setUp() local125 File apkFile = testInfo.getDependencyFile(apkName, true); in setUp()