Searched refs:lp2 (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/ |
D | TaskOrganizerMultiWindowTest.java | 58 LinearLayout.LayoutParams lp2 = in onTouch() local 61 updateViewLayout(mView1, lp2); in onTouch() 74 LinearLayout.LayoutParams lp2 = in SplitLayout() local 77 lp2.gravity = Gravity.CENTER; in SplitLayout() 87 addView(mDividerView, lp2); in SplitLayout()
|
/frameworks/base/tests/net/common/java/android/net/ |
D | LinkPropertiesTest.java | 451 LinkProperties lp2 = new LinkProperties(lp); in testRouteInterfaces() local 452 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 …]
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | ListItemFactory.java | 260 final ViewGroup.LayoutParams lp2 = new LinearLayout.LayoutParams( in doubleText() local 265 ll.addView(t2, lp2); in doubleText()
|
/frameworks/base/tests/net/java/com/android/server/ |
D | ConnectivityServiceTest.java | 5103 LinkProperties lp2 = new LinkProperties(lp); in testLinkPropertiesWithPrivateDnsValidationEvents() local 5104 lp2.addDnsServer(InetAddress.getByName("145.100.185.16")); in testLinkPropertiesWithPrivateDnsValidationEvents() 5105 mCellNetworkAgent.sendLinkProperties(lp2); in testLinkPropertiesWithPrivateDnsValidationEvents() 5139 LinkProperties lp3 = new LinkProperties(lp2); in testLinkPropertiesWithPrivateDnsValidationEvents()
|