Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DDeviceInfoResult.java196 String delim, String attrDelim, String data, String... attrNames) throws IOException { in serialize() argument
206 … String[] attrValues = attrDelim != null ? value.split(attrDelim) : new String[] {value}; in serialize()
301 String attrDelim, String... attrNames) throws XmlPullParserException, IOException { in parseTag() argument
317 flattened.append(attrDelim); in parseTag()