Searched refs:mTxtRecord (Results 1 – 3 of 3) sorted by relevance
46 private final ArrayMap<String, byte[]> mTxtRecord = new ArrayMap<>(); field in NsdServiceInfo225 mTxtRecord.put(key, value); in setAttribute()250 mTxtRecord.remove(key); in removeAttribute()261 return Collections.unmodifiableMap(mTxtRecord); in getAttributes()266 for (Map.Entry<String, byte[]> entry : mTxtRecord.entrySet()) { in getTxtRecordSize()284 for (Map.Entry<String, byte[]> entry : mTxtRecord.entrySet()) { in getTxtRecord()343 dest.writeInt(mTxtRecord.size()); in writeToParcel()344 for (String key : mTxtRecord.keySet()) { in writeToParcel()345 byte[] value = mTxtRecord.get(key); in writeToParcel()382 info.mTxtRecord.put(in.readString(), valueArray);
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()
44950 Landroid/net/nsd/NsdServiceInfo;->mTxtRecord:Landroid/util/ArrayMap;46601 Landroid/net/wifi/p2p/nsd/WifiP2pDnsSdServiceResponse;->mTxtRecord:Ljava/util/HashMap;