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

/external/jmdns/src/javax/jmdns/
H A DServiceInfo.java418 public abstract String getTypeWithSubtype(); method in class:ServiceInfo
/external/jmdns/src/javax/jmdns/impl/
H A DServiceInfoImpl.java387 public String getTypeWithSubtype() { method in class:ServiceInfoImpl
1153 buf.append((this.getName().length() > 0 ? this.getName() + "." : "") + this.getTypeWithSubtype());
1193 list.add(new Pointer(this.getTypeWithSubtype(), DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE, ttl, this.getQualifiedName()));

Completed in 372 milliseconds