Searched refs:lp3 (Results 1 – 2 of 2) sorted by relevance
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()
5147 LinkProperties lp3 = new LinkProperties(lp2); in testLinkPropertiesWithPrivateDnsValidationEvents() local5148 lp3.setMtu(1300); in testLinkPropertiesWithPrivateDnsValidationEvents()5149 mCellNetworkAgent.sendLinkProperties(lp3); in testLinkPropertiesWithPrivateDnsValidationEvents()5160 LinkProperties lp4 = new LinkProperties(lp3); in testLinkPropertiesWithPrivateDnsValidationEvents()