Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/CoreTests/android/core/
H A DNsdServiceInfoTest.java99 NsdServiceInfo noHostInfo = new NsdServiceInfo(); in testParcel() local
100 noHostInfo.setServiceName("kitten"); in testParcel()
101 noHostInfo.setServiceType("_kitten._tcp"); in testParcel()
102 noHostInfo.setPort(4242); in testParcel()
103 checkParcelable(noHostInfo); in testParcel()
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/nsd/
H A DNsdServiceInfoTest.java128 NsdServiceInfo noHostInfo = new NsdServiceInfo(); in testParcel() local
129 noHostInfo.setServiceName("kitten"); in testParcel()
130 noHostInfo.setServiceType("_kitten._tcp"); in testParcel()
131 noHostInfo.setPort(4242); in testParcel()
132 checkParcelable(noHostInfo); in testParcel()