Home
last modified time | relevance | path

Searched refs:fixupLinkProperties (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DNat464XlatTest.java517 nat.fixupLinkProperties(emptyLp, fixedupLp);
522 nat.fixupLinkProperties(emptyLp, fixedupLp);
527 nat.fixupLinkProperties(emptyLp, fixedupLp);
532 nat.fixupLinkProperties(emptyLp, fixedupLp);
537 nat.fixupLinkProperties(emptyLp, fixedupLp);
542 nat.fixupLinkProperties(emptyLp, fixedupLp);
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNat464Xlat.java432 public void fixupLinkProperties(@Nullable LinkProperties oldLp, @NonNull LinkProperties lp) { in fixupLinkProperties() method in Nat464Xlat
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java9040 networkAgent.clatd.fixupLinkProperties(oldLp, newLp);