Searched refs:bogusLp (Results 1 – 1 of 1) sorted by relevance
4093 LinkProperties bogusLp = new LinkProperties(lp); in testPacketKeepalives() local4096 bogusLp.removeLinkAddress(new LinkAddress(myIPv4, 25)); in testPacketKeepalives()4097 bogusLp.addLinkAddress(new LinkAddress(notMyIPv4, 25)); in testPacketKeepalives()4098 mWiFiNetworkAgent.sendLinkProperties(bogusLp); in testPacketKeepalives()4264 LinkProperties bogusLp = new LinkProperties(lp); in doTestNattSocketKeepalivesWithExecutor() local4269 bogusLp.removeLinkAddress(new LinkAddress(myIPv4, 25)); in doTestNattSocketKeepalivesWithExecutor()4270 bogusLp.addLinkAddress(new LinkAddress(notMyIPv4, 25)); in doTestNattSocketKeepalivesWithExecutor()4271 mWiFiNetworkAgent.sendLinkProperties(bogusLp); in doTestNattSocketKeepalivesWithExecutor()