Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/
DCSLocalAgentTests.kt24 import android.net.MulticastRoutingConfig.CONFIG_FORWARD_NONE
276 .applyMulticastRoutingConfig("local0", "wifi0", CONFIG_FORWARD_NONE) in keepScore()
278 .applyMulticastRoutingConfig("wifi0", "local0", CONFIG_FORWARD_NONE) in keepScore()
358 .applyMulticastRoutingConfig("local0", "cell0", CONFIG_FORWARD_NONE) in keepScore()
360 .applyMulticastRoutingConfig("cell0", "local0", CONFIG_FORWARD_NONE) in keepScore()
410 .applyMulticastRoutingConfig("local0", "cell0", CONFIG_FORWARD_NONE) in keepScore()
412 .applyMulticastRoutingConfig("cell0", "local0", CONFIG_FORWARD_NONE) in keepScore()
459 .applyMulticastRoutingConfig("local0", "wifi0", CONFIG_FORWARD_NONE) in keepScore()
461 .applyMulticastRoutingConfig("wifi0", "local0", CONFIG_FORWARD_NONE) in keepScore()
518 .applyMulticastRoutingConfig("local0", "wifi0", CONFIG_FORWARD_NONE) in keepScore()
[all …]
/packages/modules/Connectivity/framework/src/android/net/
DLocalNetworkConfig.java46 mUpstreamMulticastRoutingConfig = MulticastRoutingConfig.CONFIG_FORWARD_NONE; in LocalNetworkConfig()
51 mDownstreamMulticastRoutingConfig = MulticastRoutingConfig.CONFIG_FORWARD_NONE; in LocalNetworkConfig()
DMulticastRoutingConfig.java76 public static final MulticastRoutingConfig CONFIG_FORWARD_NONE = field in MulticastRoutingConfig
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DMulticastRoutingCoordinatorServiceTest.kt182 val configNone = MulticastRoutingConfig.CONFIG_FORWARD_NONE in applyMulticastForwardNone()
219 assertEquals(MulticastRoutingConfig.CONFIG_FORWARD_NONE, in testMulticastRouting_applyForwardNone()
339 assertEquals(MulticastRoutingConfig.CONFIG_FORWARD_NONE, in testMulticastRouting_fromForwardSelectedToForwardNone_leavesGroup()
/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkControllerService.java18 import static android.net.MulticastRoutingConfig.CONFIG_FORWARD_NONE;
199 private MulticastRoutingConfig mUpstreamMulticastRoutingConfig = CONFIG_FORWARD_NONE;
200 private MulticastRoutingConfig mDownstreamMulticastRoutingConfig = CONFIG_FORWARD_NONE;
1310 upstreamMulticastRoutingConfig = CONFIG_FORWARD_NONE;
1311 downstreamMulticastRoutingConfig = CONFIG_FORWARD_NONE;
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DMulticastRoutingCoordinatorService.java342 final MulticastRoutingConfig defaultConfig = MulticastRoutingConfig.CONFIG_FORWARD_NONE; in getMulticastRoutingConfig()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java9722 oldConfig == null ? MulticastRoutingConfig.CONFIG_FORWARD_NONE :
9725 oldConfig == null ? MulticastRoutingConfig.CONFIG_FORWARD_NONE :
9728 newConfig == null ? MulticastRoutingConfig.CONFIG_FORWARD_NONE :
9731 newConfig == null ? MulticastRoutingConfig.CONFIG_FORWARD_NONE :
9777 upstreamNetworkInterfaceName, MulticastRoutingConfig.CONFIG_FORWARD_NONE);
9780 MulticastRoutingConfig.CONFIG_FORWARD_NONE);