Searched refs:INSTALL_PARSE_FAILED_NOT_APK (Results 1 – 6 of 6) sorted by relevance
19 import static android.content.pm.PackageManager.INSTALL_PARSE_FAILED_NOT_APK;58 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in loadApkAssets()
18 import static android.content.pm.PackageManager.INSTALL_PARSE_FAILED_NOT_APK;73 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in loadApkAssets()
121 return input.error(PackageManager.INSTALL_PARSE_FAILED_NOT_APK, in parseClusterPackageLite()298 return input.error(PackageManager.INSTALL_PARSE_FAILED_NOT_APK, in parseApkLiteInner()
1709 public static final int INSTALL_PARSE_FAILED_NOT_APK = -100; field in PackageManager8315 case INSTALL_PARSE_FAILED_NOT_APK: return "INSTALL_PARSE_FAILED_NOT_APK"; in installStatusToString()8370 case INSTALL_PARSE_FAILED_NOT_APK: return PackageInstaller.STATUS_FAILURE_INVALID; in installStatusToPublicStatus()
38 import static android.content.pm.PackageManager.INSTALL_PARSE_FAILED_NOT_APK;969 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in parseClusterPackageLite()1129 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in parseClusterPackage()1473 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in parseApkLiteInner()8936 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in loadApkAssets()9032 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in loadApkAssets()
2801 field public static final int INSTALL_PARSE_FAILED_NOT_APK = -100; // 0xffffff9c