Searched refs:lp3 (Results 1 – 3 of 3) sorted by relevance
71 LinearLayout.LayoutParams lp3 = in SplitLayout() local90 addView(mView2, lp3); in SplitLayout()
641 final LinkProperties lp3 = new LinkProperties(); in testLinkAddresses() local643 lp3.setLinkAddresses(linkAddresses); in testLinkAddresses()646 assertFalse(lp2.equals(lp3)); in testLinkAddresses()651 lp2.setLinkAddresses(lp3.getLinkAddresses()); in testLinkAddresses()652 assertTrue(lp2.equals(lp3)); in testLinkAddresses()
5139 LinkProperties lp3 = new LinkProperties(lp2); in testLinkPropertiesWithPrivateDnsValidationEvents() local5140 lp3.setMtu(1300); in testLinkPropertiesWithPrivateDnsValidationEvents()5141 mCellNetworkAgent.sendLinkProperties(lp3); in testLinkPropertiesWithPrivateDnsValidationEvents()5152 LinkProperties lp4 = new LinkProperties(lp3); in testLinkPropertiesWithPrivateDnsValidationEvents()