HomeSort by relevance Sort by last modified time
    Searched refs:EMPTY_TXT (Results 1 - 2 of 2) sorted by null

  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 534 public final static byte[] EMPTY_TXT = new byte[] { 0 };
542 this._text = (text != null && text.length > 0 ? text : EMPTY_TXT);
    [all...]
ServiceInfoImpl.java 594 return (this._text != null && this._text.length > 0 ? this._text : DNSRecord.EMPTY_TXT);
    [all...]

Completed in 86 milliseconds