Searched refs:bogusLp (Results 1 – 1 of 1) sorted by relevance
4085 LinkProperties bogusLp = new LinkProperties(lp); in testPacketKeepalives() local4088 bogusLp.removeLinkAddress(new LinkAddress(myIPv4, 25)); in testPacketKeepalives()4089 bogusLp.addLinkAddress(new LinkAddress(notMyIPv4, 25)); in testPacketKeepalives()4090 mWiFiNetworkAgent.sendLinkProperties(bogusLp); in testPacketKeepalives()4256 LinkProperties bogusLp = new LinkProperties(lp); in doTestNattSocketKeepalivesWithExecutor() local4261 bogusLp.removeLinkAddress(new LinkAddress(myIPv4, 25)); in doTestNattSocketKeepalivesWithExecutor()4262 bogusLp.addLinkAddress(new LinkAddress(notMyIPv4, 25)); in doTestNattSocketKeepalivesWithExecutor()4263 mWiFiNetworkAgent.sendLinkProperties(bogusLp); in doTestNattSocketKeepalivesWithExecutor()