Home
last modified time | relevance | path

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

/external/jmdns/src/javax/jmdns/
DServiceInfo.java418 public abstract String getTypeWithSubtype(); in getTypeWithSubtype() method in ServiceInfo
/external/jmdns/src/javax/jmdns/impl/
DServiceInfoImpl.java387 public String getTypeWithSubtype() { in getTypeWithSubtype() method in ServiceInfoImpl
1153 … buf.append((this.getName().length() > 0 ? this.getName() + "." : "") + this.getTypeWithSubtype()); in toString()
1193 …list.add(new Pointer(this.getTypeWithSubtype(), DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE… in answers()
DJmDNSImpl.java1000 this.registerServiceType(info.getTypeWithSubtype()); in registerService()