Home
last modified time | relevance | path

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

/external/jmdns/src/javax/jmdns/impl/
DDNSIncoming.java136 String compressedLabel = _names.get(Integer.valueOf(index)); in readName() local
137 if (compressedLabel == null) { in readName()
139 compressedLabel = ""; in readName()
141 buffer.append(compressedLabel); in readName()
143 previousLabel.append(compressedLabel); in readName()