Searched refs:INSTALL_PARSE_FAILED_NOT_APK (Results 1 – 3 of 3) sorted by relevance
981 public static final int INSTALL_PARSE_FAILED_NOT_APK = -100; field in PackageManager5676 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()
94 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()
10274 field public static final int INSTALL_PARSE_FAILED_NOT_APK = -100; // 0xffffff9c