Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
DIpClientTest.java426 IsProvisionedTestCase[] testcases = { in testIsProvisioned()
455 for (IsProvisionedTestCase testcase : testcases) { in testIsProvisioned()
462 static class IsProvisionedTestCase { class in IpClientTest
477 static IsProvisionedTestCase provisionedCase(Set<LinkAddress> lpAddrs, Set<RouteInfo> lpRoutes, in provisionedCase()
482 static IsProvisionedTestCase notProvisionedCase(Set<LinkAddress> lpAddrs, in notProvisionedCase()
487 static IsProvisionedTestCase provisioningTest(boolean isProvisioned, Set<LinkAddress> lpAddrs, in provisioningTest()
489 IsProvisionedTestCase testcase = new IsProvisionedTestCase(); in provisioningTest()