HomeSort by relevance Sort by last modified time
    Searched full:v4lp (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/tests/coretests/src/android/net/
LinkPropertiesTest.java 520 LinkProperties v4lp = new LinkProperties(); local
521 v4lp.addLinkAddress(LINKADDRV4);
522 v4lp.addRoute(new RouteInfo(GATEWAY1));
523 v4lp.addDnsServer(DNS1);
524 assertTrue(v4lp.isProvisioned());
526 LinkProperties v4r = new LinkProperties(v4lp);
533 LinkProperties.compareProvisioning(v4lp, v4r));
535 LinkProperties.compareProvisioning(v4r, v4lp));
537 LinkProperties.compareProvisioning(v4lp, v4lp));
576 final LinkProperties v4lp = new LinkProperties(); local
    [all...]

Completed in 47 milliseconds