Searched refs:emptyLp (Results 1 – 3 of 3) sorted by relevance
470 final LinkProperties emptyLp = new LinkProperties();475 nat.fixupLinkProperties(emptyLp, fixedupLp);480 nat.fixupLinkProperties(emptyLp, fixedupLp);485 nat.fixupLinkProperties(emptyLp, fixedupLp);490 nat.fixupLinkProperties(emptyLp, fixedupLp);495 nat.fixupLinkProperties(emptyLp, fixedupLp);500 nat.fixupLinkProperties(emptyLp, fixedupLp);
969 final LinkProperties emptyLp = new LinkProperties();970 emptyLp.setInterfaceName(mIfaceName);971 verify(mCb, timeout(TEST_TIMEOUT_MS)).onLinkPropertiesChange(emptyLp);
4554 final LinkProperties emptyLp = new LinkProperties(); in testNetworkCallbackWithNullUidsRedactsSpecifier() local4558 mWiFiNetworkAgent = new TestNetworkAgentWrapper(TRANSPORT_WIFI, emptyLp, ncTemplate); in testNetworkCallbackWithNullUidsRedactsSpecifier()