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.java570 return confTestCase(descr, true, conf(links, prefixes, dns)); in validConf()
575 return confTestCase(descr, false, conf(links, prefixes, dns)); in invalidConf()
578 static InitialConfigurationTestCase confTestCase( in confTestCase() method in IpClientTest