Lines Matching refs:hapInfo
223 UncompressResult hapInfo = uncompressHapByStream("", stream, hapName);
224 if (hapInfo.getProfileInfos() != null && hapInfo.getProfileInfos().size() > 0) {
225 hapInfo.getProfileInfos().get(0).hapInfo.originalSize = entry.getSize();
226 hapInfo.getProfileInfos().get(0).hapInfo.compressedSize = entry.getCompressedSize();
227 result.addProfileInfo(hapInfo.getProfileInfos().get(0));
228 result.addProfileInfoStr(hapInfo.getProfileInfosStr().get(0));
262 UncompressResult hapInfo = uncompressHapByStream("", stream, entry.getName());
263 if (hapInfo.getProfileInfos() != null && hapInfo.getProfileInfos().size() > 0) {
264 hapInfo.getProfileInfos().get(0).hapInfo.originalSize = entry.getSize();
265 hapInfo.getProfileInfos().get(0).hapInfo.compressedSize = entry.getCompressedSize();
266 result.addProfileInfo(hapInfo.getProfileInfos().get(0));
267 result.addProfileInfoStr(hapInfo.getProfileInfosStr().get(0));
332 result.getProfileInfos().get(0).hapInfo.originalSize = appEntry.getSize();
333 result.getProfileInfos().get(0).hapInfo.compressedSize = appEntry.getCompressedSize();
364 hapResult.getProfileInfos().get(0).hapInfo.originalSize = entry.getSize();
365 hapResult.getProfileInfos().get(0).hapInfo.compressedSize = entry.getCompressedSize();
804 if (profileInfo.hapInfo.distro.installationFree == 1) {
1219 HapInfo hapInfo = profileInfo.hapInfo;
1220 if (hapInfo == null) {
1223 Distro distro = hapInfo.distro;
1229 return obtainInnerLabelAndIcon(result, hapInfo, distro);
1239 * @param hapInfo hap info of entry hap
1242 private static UncompressResult obtainInnerLabelAndIcon(UncompressResult result, HapInfo hapInfo, Distro distro) {
1243 List<AbilityInfo> abilities = hapInfo.abilities;