Searched refs:versionStr (Results 1 – 2 of 2) sorted by relevance
40 String versionStr = parser.getAttributeValue(null, VERSION_ATTR); in read() local42 switch (Integer.parseInt(versionStr)) { in read()48 Slog.e(TAG, "Unrecognized version " + versionStr); in read()49 throw new IOException("Unrecognized version " + versionStr); in read()
12197 String versionStr = version.getMajorVersion() + "." + version.getMinorVersion(); in getHalVersion() local12199 String.format("android.hardware.audio@%s::IDevicesFactory", versionStr), in getHalVersion()