Searched refs:hasGateway (Results 1 – 16 of 16) sorted by relevance
51 && routeInfo.hasGateway()) { in updateState()
73 when(mMockRouteInfo.hasGateway()).thenReturn(true); in setUpConnectedState()
181 return !route.hasGateway() in isDirectlyConnectedRoute()
348 if (!route.hasGateway() && route.matches(ip)391 if (route.hasGateway()) {
489 public boolean hasGateway() { in hasGateway() method in RouteInfo
1354 return (!bestRoute.hasGateway() || hasGlobalIpv6Address()); in isReachable()
190 if (route.hasGateway()) { in modifyRoute()
216 if (route.getType() == RouteInfo.RTN_UNICAST && route.hasGateway()) { in NetworkDiagnostics()
669 if (!ri.hasGateway()) continue; in pushUpstreamParameters()
878 if (routeInfo.hasGateway() && routeInfo.isDefaultRoute() in refreshIpLayerInfo()
470 method public boolean hasGateway();
2894 final String nextHop = bestRoute.hasGateway()8201 if (route.hasGateway()) {8244 if (route.hasGateway()) continue;8255 if (!route.hasGateway()) continue;
8594 when(routeInfo.hasGateway()).thenReturn(true); in testNetworkValidationUpdatesLinkedNetworks()8663 when(routeInfo.hasGateway()).thenReturn(true); in testNonPskNetworkDoesNotUpdateLinkedNetworks()8716 when(routeInfo.hasGateway()).thenReturn(true); in testInvalidScanResultDoesNotUpdateLinkedNetworks()8796 when(routeInfo.hasGateway()).thenReturn(true); in testLinkedNetworksFiltersOutAutojoinDisabledNetworks()
8225 && routeInfo.hasGateway()) { in retrieveConnectedNetworkDefaultGateway()
12412 if (route.hasGateway()) {