HomeSort by relevance Sort by last modified time
    Searched full:_props (Results 1 - 1 of 1) sorted by null

  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 55 private Map<String, byte[]> _props; field in class:ServiceInfoImpl
816 if ((_props == null) && (this.getTextBytes() != null)) {
852 this._props = properties;
854 return (_props != null ? _props : Collections.<String, byte[]> emptyMap());
908 _props = null; // set it null for apply update text data
    [all...]

Completed in 84 milliseconds