Searched refs:INSTALL_PARSE_FAILED_NOT_APK (Results 1 – 5 of 5) sorted by relevance
19 import static android.content.pm.PackageManager.INSTALL_PARSE_FAILED_NOT_APK;53 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in loadApkAssets()
18 import static android.content.pm.PackageManager.INSTALL_PARSE_FAILED_NOT_APK;70 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in loadApkAssets()
1251 public static final int INSTALL_PARSE_FAILED_NOT_APK = -100; field in PackageManager6925 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()
38 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()
1694 field public static final int INSTALL_PARSE_FAILED_NOT_APK = -100; // 0xffffff9c