Home
last modified time | relevance | path

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

/external/jmdns/src/javax/jmdns/impl/
DDNSRecord.java534 public final static byte[] EMPTY_TXT = new byte[] { 0 }; field in DNSRecord
542 this._text = (text != null && text.length > 0 ? text : EMPTY_TXT); in Text()
DServiceInfoImpl.java594 return (this._text != null && this._text.length > 0 ? this._text : DNSRecord.EMPTY_TXT); in getTextBytes()
1268 return (text != null && text.length > 0 ? text : DNSRecord.EMPTY_TXT); in textFromProperties()