Searched refs:lp3 (Results 1 – 2 of 2) sorted by relevance
567 final LinkProperties lp3 = new LinkProperties(); in testLinkAddresses() local569 lp3.setLinkAddresses(linkAddresses); in testLinkAddresses()572 assertFalse(lp2.equals(lp3)); in testLinkAddresses()577 lp2.setLinkAddresses(lp3.getLinkAddresses()); in testLinkAddresses()578 assertTrue(lp2.equals(lp3)); in testLinkAddresses()
5252 LinkProperties lp3 = new LinkProperties(lp2); in testLinkPropertiesWithPrivateDnsValidationEvents() local5253 lp3.setMtu(1300); in testLinkPropertiesWithPrivateDnsValidationEvents()5254 mCellNetworkAgent.sendLinkProperties(lp3); in testLinkPropertiesWithPrivateDnsValidationEvents()5265 LinkProperties lp4 = new LinkProperties(lp3); in testLinkPropertiesWithPrivateDnsValidationEvents()