Searched refs:isApkPath (Results 1 – 1 of 1) sorted by relevance
366 return isApkPath(file.getName()); in isApkFile()369 private static boolean isApkPath(String path) { in isApkPath() method in PackageParser847 if ((flags & PARSE_MUST_BE_APK) != 0 && !isApkPath(apkPath)) { in loadApkIntoAssetManager()