Searched refs:androidInfoEntry (Results 1 – 1 of 1) sorted by relevance
294 ZipArchiveEntry androidInfoEntry = deviceZip.getEntry(ANDROID_INFO_FILE_NAME); in getBuildRequirements() local295 if (androidInfoEntry == null) { in getBuildRequirements()306 new InputStreamReader(deviceZip.getInputStream(androidInfoEntry))); in getBuildRequirements()