Searched refs:decodeQualifiedNameMap (Results 1 - 1 of 1) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
H A DServiceInfoImpl.java128 this(ServiceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persistent, (byte[]) null);
151 this(ServiceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persistent, textFromProperties(props));
166 this(ServiceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persistent, text);
236 public static Map<Fields, String> decodeQualifiedNameMap(String type, String name, String subtype) { method in class:ServiceInfoImpl

Completed in 72 milliseconds