Home
last modified time | relevance | path

Searched refs:SYSLIB_DELIM (Results 1 – 1 of 1) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DDeviceInfoResult.java63 private static final String SYSLIB_DELIM = ";"; field in DeviceInfoResult
182 serialize(serializer, SYSLIB_INFO_TAG, SYSLIB_TAG, SYSLIB_DELIM, null, libs, "name"); in serializeSystemLibrariesInfo()
286 return parseTag(parser, SYSLIB_INFO_TAG, SYSLIB_TAG, SYSLIB_DELIM, null, "name"); in parseSystemLibraries()