Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DOffloadController.java403 if (shouldIgnoreDownstreamRoute(ri)) continue; in pushDownstreamState()
411 if (shouldIgnoreDownstreamRoute(ri)) continue; in pushDownstreamState()
431 if (shouldIgnoreDownstreamRoute(route)) continue; in removeDownstreamInterface()
541 private static boolean shouldIgnoreDownstreamRoute(RouteInfo route) { in shouldIgnoreDownstreamRoute() method in OffloadController