Searched refs:checkHapIsValid (Results 1 – 2 of 2) sorted by relevance
968 if (!checkHapIsValid(fileList, utility.getSharedApp())) { in compressAppMode()1037 if (!checkHapIsValid(fileList, false)) { in compressAppModeForMultiProject()2239 …private boolean checkHapIsValid(List<String> fileLists, boolean isSharedApp) throws BundleExceptio… in checkHapIsValid() method in Compressor2281 if (!HapVerify.checkHapIsValid(hapVerifyInfos)) { in checkHapIsValid()
59 … public static boolean checkHapIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleException { in checkHapIsValid() method in HapVerify