Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DIPv6TetheringCoordinatorTest.java21 import static android.net.ip.IpServer.STATE_LOCAL_ONLY;
118 mIPv6TetheringCoordinator.addActiveDownstream(secondServer, STATE_LOCAL_ONLY); in testUpdateIpv6Upstream()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTethering.java184 case IpServer.STATE_LOCAL_ONLY: in isCurrentlyServing()
866 } else if (tetherState.lastState == IpServer.STATE_LOCAL_ONLY) { in sendTetherStateChangedBroadcast()
984 tetherMatchingInterfaces(IpServer.STATE_LOCAL_ONLY, TETHERING_NCM); in handleUsbAction()
1185 ipServingMode = IpServer.STATE_LOCAL_ONLY; in enableWifiIpServingLocked()
1245 case IpServer.STATE_LOCAL_ONLY: in changeInterfaceState()
1648 case IpServer.STATE_LOCAL_ONLY: in handleInterfaceServingStateActive()
2031 case IpServer.STATE_LOCAL_ONLY: in sendOffloadExemptPrefixes()
2254 case IpServer.STATE_LOCAL_ONLY: in dump()
2360 case IpServer.STATE_LOCAL_ONLY:
DIPv6TetheringCoordinator.java190 if (ds.mode == IpServer.STATE_LOCAL_ONLY) { in getInterfaceIPv6LinkProperties()
/frameworks/base/packages/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java31 import static android.net.ip.IpServer.STATE_LOCAL_ONLY;
376 dispatchCommand(IpServer.CMD_TETHER_REQUESTED, STATE_LOCAL_ONLY); in canBeTetheredAsWifiP2p()
386 mIpServer, STATE_LOCAL_ONLY, TETHER_ERROR_NO_ERROR); in canBeTetheredAsWifiP2p()
570 dispatchCommand(IpServer.CMD_TETHER_REQUESTED, STATE_LOCAL_ONLY); in startsDhcpServerOnNcm()
579 dispatchCommand(IpServer.CMD_TETHER_REQUESTED, STATE_LOCAL_ONLY); in testOnNewPrefixRequest()
598 mIpServer, STATE_LOCAL_ONLY, TETHER_ERROR_NO_ERROR); in testOnNewPrefixRequest()
/frameworks/base/packages/Tethering/src/android/net/ip/
DIpServer.java95 public static final int STATE_LOCAL_ONLY = 3; field in IpServer
103 case STATE_LOCAL_ONLY: return "LOCAL_ONLY"; in getStateString()
1059 case STATE_LOCAL_ONLY: in processMessage()
1179 sendInterfaceState(STATE_LOCAL_ONLY); in enter()