Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpPacketTest.java176 String expectedDomain, byte[] domainBytes, in assertDomainAndVendorInfoParses() argument
184 assertEquals(expectedDomain, offerPacket.mDomainName); in assertDomainAndVendorInfoParses()
/packages/modules/NetworkStack/tests/integration/common/android/net/ip/
DIpClientIntegrationTestCommon.java5732 final List<String> domainSearchList, final String expectedDomain) throws Exception {
5750 assertEquals(expectedDomain, lp.getDomains());
5758 final String expectedDomain = "google.com suffix1.google.com suffix2.google.com";
5759 runDhcpDomainSearchListOptionTest(domainName, searchList, expectedDomain);
5774 final String expectedDomain = "google.com example.com";
5776 expectedDomain);