Searched refs:parseModuleType (Results 1 – 1 of 1) sorted by relevance
925 if (parseModuleType(jsonString).equals(ENTRY) && parseAbilityNames(jsonString).isEmpty()) { in checkEntryInAtomicService()938 public static String parseModuleType(String jsonString) throws BundleException { in parseModuleType() method in ModuleJsonUtil