Searched defs:_subtype (Results 1 - 1 of 1) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
H A DServiceInfoImpl.java49 private String _subtype; field in class:ServiceInfoImpl
192 this._subtype = map.get(Fields.Subtype);
218 this._subtype = info.getSubtype();
729 return (_subtype != null ? _subtype : "");
914 _subtype = rec.getSubtype();

Completed in 715 milliseconds