Merge "NsdServiceInfo: move test to tests/net" am: 48859e01d5 am: 1b0f4bf606 am: e8c2700519
am: ca4c03dbb0
Change-Id: I11af75ab8ebc4081cc90d29b83d8a1742f00a3ab
This commit is contained in:
@@ -30,7 +30,6 @@ import java.nio.charset.StandardCharsets;
|
|||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A class representing service information for network service discovery
|
* A class representing service information for network service discovery
|
||||||
* {@see NsdManager}
|
* {@see NsdManager}
|
||||||
@@ -43,7 +42,7 @@ public final class NsdServiceInfo implements Parcelable {
|
|||||||
|
|
||||||
private String mServiceType;
|
private String mServiceType;
|
||||||
|
|
||||||
private final ArrayMap<String, byte[]> mTxtRecord = new ArrayMap<String, byte[]>();
|
private final ArrayMap<String, byte[]> mTxtRecord = new ArrayMap<>();
|
||||||
|
|
||||||
private InetAddress mHost;
|
private InetAddress mHost;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user