Home
last modified time | relevance | path

Searched defs:parseApkLite (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DApkLiteParseUtils.java268 public static ParseResult<ApkLite> parseApkLite(ParseInput input, File apkFile, int flags) { in parseApkLite() method in ApkLiteParseUtils
281 public static ParseResult<ApkLite> parseApkLite(ParseInput input, in parseApkLite() method in ApkLiteParseUtils
342 private static ParseResult<ApkLite> parseApkLite(ParseInput input, String codePath, in parseApkLite() method in ApkLiteParseUtils
/aosp12/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java1442 public static ApkLite parseApkLite(File apkFile, int flags) in parseApkLite() method in PackageParser
1456 public static ApkLite parseApkLite(FileDescriptor fd, String debugPathName, int flags) in parseApkLite() method in PackageParser
1592 private static ApkLite parseApkLite(String codePath, XmlPullParser parser, AttributeSet attrs, in parseApkLite() method in PackageParser
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java2502 private PackageLite parseApkLite() throws PackageManagerException { in parseApkLite() method in PackageInstallerSession