Lines Matching defs:jsonString
95 public static Version parseStageVersion(String jsonString) throws BundleException { in parseStageVersion()
136 public static Version parseFaVersion(String jsonString) throws BundleException { in parseFaVersion()
179 public static String parseFaBundleType(String jsonString) throws BundleException { in parseFaBundleType()
194 …public static ModuleApiVersion parseStageModuleApiVersion(String jsonString) throws BundleExceptio… in parseStageModuleApiVersion()
228 … public static ModuleApiVersion parseFAModuleApiVersion(String jsonString) throws BundleException { in parseFAModuleApiVersion()
265 public static String parseStageModuleName(String jsonString) throws BundleException { in parseStageModuleName()
295 public static String parseFaModuleName(String jsonString) throws BundleException { in parseFaModuleName()
329 public static String parseFaPackageStr(String jsonString) throws BundleException { in parseFaPackageStr()
359 public static String parseBundleName(String jsonString) throws BundleException { in parseBundleName()
390 public static String parseVendor(String jsonString) throws BundleException { in parseVendor()
904 public static boolean checkEntryInAtomicService(String jsonString) throws BundleException { in checkEntryInAtomicService()
938 public static String parseModuleType(String jsonString) throws BundleException { in parseModuleType()
1048 String jsonString, HashMap<String, String> profileJson) throws BundleException { in parseModuleAllMetadata() argument
1109 public static DistroFilter parseFADistroFilter(String jsonString) throws BundleException { in parseFADistroFilter()
1134 public static List<String> parseDeviceType(String jsonString) throws BundleException { in parseDeviceType()
1163 public static List<String> parseAbilityNames(String jsonString) throws BundleException { in parseAbilityNames()
1193 public static List<String> parseExtensionAbilityName(String jsonString) throws BundleException { in parseExtensionAbilityName()
1226 public static String parseStageIsEntry(String jsonString) throws BundleException { in parseStageIsEntry()
1250 public static String parseFAIsEntry(String jsonString) throws BundleException { in parseFAIsEntry()
1277 …static List<DependencyItem> parseDependencies(String jsonString, String bundleName) throws BundleE… in parseDependencies()
1312 static String parseStageBundleType(String jsonString) throws BundleException { in parseStageBundleType()
1361 static boolean parseStageInstallation(String jsonString) throws BundleException { in parseStageInstallation()
1381 static List<PreloadItem> parseAtomicServicePreloads(String jsonString) throws BundleException { in parseAtomicServicePreloads()
1411 static boolean parseFAInstallationFree(String jsonString) throws BundleException { in parseFAInstallationFree()
1454 static HQFInfo parsePatch(String jsonString) throws BundleException { in parsePatch()
1510 public static boolean getStageAsanEnabled(String jsonString) throws BundleException { in getStageAsanEnabled()
1535 public static String getStageApiReleaseType(String jsonString) throws BundleException { in getStageApiReleaseType()
1557 public static boolean getDebug(String jsonString) throws BundleException { in getDebug()
1579 public static boolean getFADebug(String jsonString) throws BundleException { in getFADebug()
1606 public static boolean getFAAsanEnabled(String jsonString) throws BundleException { in getFAAsanEnabled()
1631 public static String getFAReleaseType(String jsonString) throws BundleException { in getFAReleaseType()
1656 public static boolean isModuleAtomicServiceValid(String jsonString) throws BundleException { in isModuleAtomicServiceValid()
1690 …public static boolean checkAtomicServiceInstallationFree(String jsonString) throws BundleException… in checkAtomicServiceInstallationFree()