Searched refs:bogusLp (Results 1 – 1 of 1) sorted by relevance
4226 LinkProperties bogusLp = new LinkProperties(lp); in testPacketKeepalives() local4229 bogusLp.removeLinkAddress(new LinkAddress(myIPv4, 25)); in testPacketKeepalives()4230 bogusLp.addLinkAddress(new LinkAddress(notMyIPv4, 25)); in testPacketKeepalives()4231 mWiFiNetworkAgent.sendLinkProperties(bogusLp); in testPacketKeepalives()4401 LinkProperties bogusLp = new LinkProperties(lp); in doTestNattSocketKeepalivesWithExecutor() local4406 bogusLp.removeLinkAddress(new LinkAddress(myIPv4, 25)); in doTestNattSocketKeepalivesWithExecutor()4407 bogusLp.addLinkAddress(new LinkAddress(notMyIPv4, 25)); in doTestNattSocketKeepalivesWithExecutor()4408 mWiFiNetworkAgent.sendLinkProperties(bogusLp); in doTestNattSocketKeepalivesWithExecutor()