Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
DIpClientTest.java557 return confTestCase(descr, true, conf(links, prefixes, dns)); in validConf()
562 return confTestCase(descr, false, conf(links, prefixes, dns)); in invalidConf()
565 static InitialConfigurationTestCase confTestCase( in confTestCase() method in IpClientTest