Home
last modified time | relevance | path

Searched refs:INSTALL_PARSE_FAILED_NOT_APK (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/pm/split/
DDefaultSplitAssetLoader.java19 import static android.content.pm.PackageManager.INSTALL_PARSE_FAILED_NOT_APK;
53 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in loadApkAssets()
DSplitAssetDependencyLoader.java18 import static android.content.pm.PackageManager.INSTALL_PARSE_FAILED_NOT_APK;
70 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in loadApkAssets()
/frameworks/base/core/java/android/content/pm/
DPackageManager.java1251 public static final int INSTALL_PARSE_FAILED_NOT_APK = -100; field in PackageManager
6925 case INSTALL_PARSE_FAILED_NOT_APK: return "INSTALL_PARSE_FAILED_NOT_APK"; in installStatusToString()
6978 case INSTALL_PARSE_FAILED_NOT_APK: return PackageInstaller.STATUS_FAILURE_INVALID; in installStatusToPublicStatus()
DPackageParser.java38 import static android.content.pm.PackageManager.INSTALL_PARSE_FAILED_NOT_APK;
909 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in parseClusterPackageLite()
1247 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in parseClusterPackage()
1595 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in parseApkLiteInner()
/frameworks/base/api/
Dsystem-current.txt1694 field public static final int INSTALL_PARSE_FAILED_NOT_APK = -100; // 0xffffff9c