Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DPackageManager.java981 public static final int INSTALL_PARSE_FAILED_NOT_APK = -100; field in PackageManager
5676 case INSTALL_PARSE_FAILED_NOT_APK: return "INSTALL_PARSE_FAILED_NOT_APK"; in installStatusToString()
5725 case INSTALL_PARSE_FAILED_NOT_APK: return PackageInstaller.STATUS_FAILURE_INVALID; in installStatusToPublicStatus()
DPackageParser.java94 import static android.content.pm.PackageManager.INSTALL_PARSE_FAILED_NOT_APK;
708 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in parseClusterPackageLite()
832 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in parseClusterPackage()
891 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in loadApkIntoAssetManager()
1315 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in parseApkLite()
/frameworks/base/api/
Dsystem-current.txt10274 field public static final int INSTALL_PARSE_FAILED_NOT_APK = -100; // 0xffffff9c