Home
last modified time | relevance | path

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

/external/jmdns/src/javax/jmdns/impl/
DServiceInfoImpl.java151 …lifiedNameMap(type, name, subtype), port, weight, priority, persistent, textFromProperties(props)); in ServiceInfoImpl()
170 this(qualifiedNameMap, port, weight, priority, persistent, textFromProperties(props)); in ServiceInfoImpl()
1218 this.setText(textFromProperties(props)); in setText()
1231 private static byte[] textFromProperties(Map<String, ?> props) { in textFromProperties() method in ServiceInfoImpl