Searched refs:assertDomainAndVendorInfoParses (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/ |
D | DhcpPacketTest.java | 168 private void assertDomainAndVendorInfoParses( in assertDomainAndVendorInfoParses() method in DhcpPacketTest 202 assertDomainAndVendorInfoParses("", nullByte, "\u0000", nullByte); in testDomainName() 203 assertDomainAndVendorInfoParses("", twoNullBytes, "\u0000\u0000", twoNullBytes); in testDomainName() 204 assertDomainAndVendorInfoParses("goo.gl", nonNullDomain, "ANDROID_METERED", metered); in testDomainName() 205 assertDomainAndVendorInfoParses("goo", embeddedNullsDomain, in testDomainName() 207 assertDomainAndVendorInfoParses("goo.gl", trailingNullDomain, in testDomainName()
|