Searched refs:lp2 (Results 1 – 3 of 3) sorted by relevance
451 LinkProperties lp2 = new LinkProperties(lp); in testRouteInterfaces() local452 assertAllRoutesHaveInterface("wlan0", lp2); in testRouteInterfaces()456 assertEquals(0, lp.compareAllRoutes(lp2).added.size()); in testRouteInterfaces()457 assertEquals(0, lp.compareAllRoutes(lp2).removed.size()); in testRouteInterfaces()460 lp2.setInterfaceName("p2p0"); in testRouteInterfaces()461 assertAllRoutesHaveInterface("p2p0", lp2); in testRouteInterfaces()462 assertAllRoutesNotHaveInterface("wlan0", lp2); in testRouteInterfaces()464 assertEquals(3, lp.compareAllRoutes(lp2).added.size()); in testRouteInterfaces()465 assertEquals(3, lp.compareAllRoutes(lp2).removed.size()); in testRouteInterfaces()638 final LinkProperties lp2 = new LinkProperties(); in testLinkAddresses() local[all …]
260 final ViewGroup.LayoutParams lp2 = new LinearLayout.LayoutParams( in doubleText() local265 ll.addView(t2, lp2); in doubleText()
5111 LinkProperties lp2 = new LinkProperties(lp); in testLinkPropertiesWithPrivateDnsValidationEvents() local5112 lp2.addDnsServer(InetAddress.getByName("145.100.185.16")); in testLinkPropertiesWithPrivateDnsValidationEvents()5113 mCellNetworkAgent.sendLinkProperties(lp2); in testLinkPropertiesWithPrivateDnsValidationEvents()5147 LinkProperties lp3 = new LinkProperties(lp2); in testLinkPropertiesWithPrivateDnsValidationEvents()