Home
last modified time | relevance | path

Searched refs:attributedInfo (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/tests/common/java/android/net/nsd/
DNsdServiceInfoTest.java152 NsdServiceInfo attributedInfo = new NsdServiceInfo(); in testParcel() local
153 attributedInfo.setServiceName("kitten"); in testParcel()
154 attributedInfo.setServiceType("_kitten._tcp"); in testParcel()
155 attributedInfo.setPort(4242); in testParcel()
156 attributedInfo.setHostAddresses(List.of(IPV6_ADDRESS, IPV4_ADDRESS)); in testParcel()
157 attributedInfo.setHostname("home"); in testParcel()
158 attributedInfo.setPublicKey(PUBLIC_KEY_RDATA); in testParcel()
159 attributedInfo.setAttribute("color", "pink"); in testParcel()
160 attributedInfo.setAttribute("sound", (new String("にゃあ")).getBytes("UTF-8")); in testParcel()
161 attributedInfo.setAttribute("adorable", (String) null); in testParcel()
[all …]