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