Searched refs:textEntries (Results 1 – 3 of 3) sorted by relevance
87 final List<TextEntry> textEntries; field in MdnsServiceInfo111 @Nullable List<TextEntry> textEntries, in MdnsServiceInfo() argument122 textEntries, in MdnsServiceInfo()142 @Nullable List<TextEntry> textEntries, in MdnsServiceInfo() argument160 this.textEntries = (textEntries == null) ? null : new ArrayList<>(textEntries); in MdnsServiceInfo()165 (this.textEntries != null) ? this.textEntries : parseTextStrings(this.textStrings); in MdnsServiceInfo()334 out.writeTypedList(textEntries); in writeToParcel()351 + ", textEntries: " + textEntries in toString()
335 List<MdnsServiceInfo.TextEntry> textEntries = null; in buildMdnsServiceInfoFromResponse() local338 textEntries = response.getTextRecord().getEntries(); in buildMdnsServiceInfoFromResponse()351 textEntries, in buildMdnsServiceInfoFromResponse()
2271 final List<TextEntry> textEntries = new ArrayList<>(); in createResponse() local2273 textEntries.add(new TextEntry(kv.getKey(), kv.getValue().getBytes(UTF_8))); in createResponse()2280 textEntries); in createResponse()