Searched defs:SYSLIB_INFO_TAG (Results 1 - 1 of 1) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
H A DDeviceInfoResult.java61 private static final String SYSLIB_INFO_TAG = "SystemLibrariesInfo"; field in class:DeviceInfoResult
182 serialize(serializer, SYSLIB_INFO_TAG, SYSLIB_TAG, SYSLIB_DELIM, null, libs, "name");
255 } else if (parser.getName().equals(SYSLIB_INFO_TAG)) {
286 return parseTag(parser, SYSLIB_INFO_TAG, SYSLIB_TAG, SYSLIB_DELIM, null, "name");

Completed in 29 milliseconds