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.java413 IsProvisionedTestCase[] testcases = { in testIsProvisioned()
442 for (IsProvisionedTestCase testcase : testcases) { in testIsProvisioned()
449 static class IsProvisionedTestCase { class in IpClientTest
464 static IsProvisionedTestCase provisionedCase(Set<LinkAddress> lpAddrs, Set<RouteInfo> lpRoutes, in provisionedCase()
469 static IsProvisionedTestCase notProvisionedCase(Set<LinkAddress> lpAddrs, in notProvisionedCase()
474 static IsProvisionedTestCase provisioningTest(boolean isProvisioned, Set<LinkAddress> lpAddrs, in provisioningTest()
476 IsProvisionedTestCase testcase = new IsProvisionedTestCase(); in provisioningTest()