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;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 PackageManager6985 case INSTALL_PARSE_FAILED_NOT_APK: return "INSTALL_PARSE_FAILED_NOT_APK"; in installStatusToString()7038 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;953 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in parseClusterPackageLite()1291 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in parseClusterPackage()1639 throw new PackageParserException(INSTALL_PARSE_FAILED_NOT_APK, in parseApkLiteInner()
1880 field public static final int INSTALL_PARSE_FAILED_NOT_APK = -100; // 0xffffff9c