Searched refs:allSdkNames (Results 1 – 1 of 1) sorted by relevance
277 val allSdkNames = sdkIdentifiers.map { it.shortname }.toList() in fromXml() constant279 if (!allSdkNames.contains(ext)) { in fromXml()