OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getQualifiedNameMap
(Results
1 - 6
of
6
) sorted by null
/external/jmdns/src/javax/jmdns/impl/
DNSEntry.java
96
String subtype = this.
getQualifiedNameMap
().get(Fields.Subtype);
146
public Map<Fields, String>
getQualifiedNameMap
() {
DNSRecord.java
394
ServiceInfoImpl info = new ServiceInfoImpl(this.
getQualifiedNameMap
(), 0, 0, 0, persistent, (byte[]) null);
499
return new ServiceInfoImpl(this.
getQualifiedNameMap
(), 0, 0, 0, persistent, (byte[]) null);
502
return new ServiceInfoImpl(this.
getQualifiedNameMap
(), 0, 0, 0, persistent, (byte[]) null);
505
map.put(Fields.Subtype, this.
getQualifiedNameMap
().get(Fields.Subtype));
610
return new ServiceInfoImpl(this.
getQualifiedNameMap
(), 0, 0, 0, persistent, _text);
811
return new ServiceInfoImpl(this.
getQualifiedNameMap
(), _port, _weight, _priority, persistent, _server);
[
all
...]
DNSQuestion.java
104
String ipValue = this.
getQualifiedNameMap
().get(Fields.Instance);
ServiceInfoImpl.java
736
public Map<Fields, String>
getQualifiedNameMap
() {
[
all
...]
JmDNSImpl.java
765
Map<Fields, String> map = cachedInfo.
getQualifiedNameMap
();
[
all
...]
/external/jmdns/src/javax/jmdns/
ServiceInfo.java
711
public abstract Map<Fields, String>
getQualifiedNameMap
();
Completed in 62 milliseconds