Searched refs:mTxtRecord (Results 1 – 2 of 2) sorted by relevance
43 private final ArrayMap<String, byte[]> mTxtRecord = new ArrayMap<String, byte[]>(); field in NsdServiceInfo130 mTxtRecord.put(key, value); in setAttribute()155 mTxtRecord.remove(key); in removeAttribute()165 return Collections.unmodifiableMap(mTxtRecord); in getAttributes()170 for (Map.Entry<String, byte[]> entry : mTxtRecord.entrySet()) { in getTxtRecordSize()188 for (Map.Entry<String, byte[]> entry : mTxtRecord.entrySet()) { in getTxtRecord()247 dest.writeInt(mTxtRecord.size()); in writeToParcel()248 for (String key : mTxtRecord.keySet()) { in writeToParcel()249 byte[] value = mTxtRecord.get(key); in writeToParcel()286 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()