Searched refs:parseModuleMetadata (Results 1 – 2 of 2) sorted by relevance
1060 moduleMetadataInfos.add(parseModuleMetadata(metadata, profileJson)); in parseModuleAllMetadata()1074 …public static ModuleMetadataInfo parseModuleMetadata(JSONObject jsonObject, HashMap<String, String… in parseModuleMetadata() method in ModuleJsonUtil
1385 moduleMetadataInfos.add(parseModuleMetadata(metadata, data, profileJsons)); in parseModuleMetadataInfos()1398 static ModuleMetadataInfo parseModuleMetadata(JSONObject jsonObject, byte[] data, in parseModuleMetadata() method in JsonUtil