Searched refs:jsonElement (Results 1 – 1 of 1) sorted by relevance
103 JsonElement jsonElement = curJsonObject.get(COMPRESS_NATIVE_LIBS_OPTION); in checkCompressNativeLibs() local104 if (jsonElement != null) { in checkCompressNativeLibs()105 return jsonElement.getAsBoolean(); in checkCompressNativeLibs()