Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DPrivateAddressCoordinator.java239 final IpPrefix upstream = getConflictWithUpstream(prefix); in getConflictPrefix()
372 private IpPrefix getConflictWithUpstream(final IpPrefix prefix) { in getConflictWithUpstream() method in PrivateAddressCoordinator
383 return getConflictWithUpstream(prefix) != null; in isConflictWithUpstream()