Home
last modified time | relevance | path

Searched refs:PackageParsingException (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java2085 throws PackageParsingException { in readInstallInfo()
2090 throw new PackageParsingException(result.getErrorCode(), result.getErrorMessage()); in readInstallInfo()
2104 @Nullable String debugPathName, int flags) throws PackageParsingException { in readInstallInfo()
2109 throw new PackageParsingException(result.getErrorCode(), result.getErrorMessage()); in readInstallInfo()
2190 public static class PackageParsingException extends Exception { class in PackageInstaller
2194 public PackageParsingException(int errorCode, @Nullable String detailedMessage) { in PackageParsingException() method in PackageInstaller.PackageParsingException
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DInstallStaging.java193 } catch (PackageInstaller.PackageParsingException | IOException e) { in createSessionParams()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt3798 …nfo(@NonNull java.io.File, int) throws android.content.pm.PackageInstaller.PackageParsingException;
3823 public static class PackageInstaller.PackageParsingException extends java.lang.Exception {