Searched refs:versionStr (Results 1 – 1 of 1) sorted by relevance
95 String versionStr = parser.getAttributeValue(null, VERSION_ATTR); in read() local97 switch (Integer.parseInt(versionStr)) { in read()103 Slog.e(TAG, "Unrecognized version " + versionStr); in read()104 throw new IOException("Unrecognized version " + versionStr); in read()