Searched refs:mTxtRecord (Results 1 – 4 of 4) sorted by relevance
63 private final ArrayMap<String, byte[]> mTxtRecord; field in NsdServiceInfo87 mTxtRecord = new ArrayMap<>(); in NsdServiceInfo()107 mTxtRecord = new ArrayMap<>(other.mTxtRecord); in NsdServiceInfo()382 mTxtRecord.put(key, value); in setAttribute()407 mTxtRecord.remove(key); in removeAttribute()418 return Collections.unmodifiableMap(mTxtRecord); in getAttributes()423 for (Map.Entry<String, byte[]> entry : mTxtRecord.entrySet()) { in getTxtRecordSize()441 for (Map.Entry<String, byte[]> entry : mTxtRecord.entrySet()) { in getTxtRecord()589 for (int i = 0; i < mTxtRecord.size(); i++) { in toString()590 txtJoiner.add(mTxtRecord.keyAt(i) + "=" + getPrintableTxtValue(mTxtRecord.valueAt(i))); in toString()[all …]
70 private final HashMap<String, String> mTxtRecord = new HashMap<String, String>(); field in WifiP2pDnsSdServiceResponse124 return mTxtRecord; in getTxtRecord()136 for (String key : mTxtRecord.keySet()) { in toString()137 sbuf.append(" key:").append(key).append(" value:").append(mTxtRecord.get(key)); in toString()276 mTxtRecord.put(keyVal[0], keyVal[1]); in readTxtData()
480 Landroid/net/nsd/NsdServiceInfo;->mTxtRecord:Landroid/util/ArrayMap;
1086 Landroid/net/wifi/p2p/nsd/WifiP2pDnsSdServiceResponse;->mTxtRecord:Ljava/util/HashMap;