Searched refs:mRoutes (Results 1 – 3 of 3) sorted by relevance
45 private Collection<RouteInfo> mRoutes; field in DhcpInfoInternal48 mRoutes = new ArrayList<RouteInfo>(); in DhcpInfoInternal()52 mRoutes.add(routeInfo); in addRoute()56 return Collections.unmodifiableCollection(mRoutes); in getRoutes()74 for (RouteInfo route : mRoutes) { in makeDhcpInfo()102 for (RouteInfo route : mRoutes) { in makeLinkProperties()134 if (mRoutes.size() == 0) { in updateFromDhcpRequest()143 for (RouteInfo route : mRoutes) routeString += route.toString() + " | "; in toString()
57 private Collection<RouteInfo> mRoutes = new ArrayList<RouteInfo>(); field in LinkProperties85 for (RouteInfo r : source.getRoutes()) mRoutes.add(r); in LinkProperties()124 if (route != null) mRoutes.add(route); in addRoute()127 return Collections.unmodifiableCollection(mRoutes); in getRoutes()141 mRoutes.clear(); in clear()166 for (RouteInfo route : mRoutes) routes += route.toString() + ","; in toString()216 return (mRoutes.size() == targetRoutes.size()) ? in isIdenticalRoutes()217 mRoutes.containsAll(targetRoutes) : false; in isIdenticalRoutes()339 result.removed = new ArrayList<RouteInfo>(mRoutes); in compareRoutes()362 + mRoutes.size() * 41 in hashCode()[all …]
257 private final StringBuilder mRoutes = new StringBuilder(); field in VpnService.Builder367 mRoutes.append(String.format(" %s/%d", address.getHostAddress(), prefixLength)); in addRoute()469 mConfig.routes = mRoutes.toString(); in establish()