Searched refs:STATE_LOCAL_ONLY (Results 1 – 5 of 5) sorted by relevance
21 import static android.net.ip.IpServer.STATE_LOCAL_ONLY;118 mIPv6TetheringCoordinator.addActiveDownstream(secondServer, STATE_LOCAL_ONLY); in testUpdateIpv6Upstream()
184 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()2030 case IpServer.STATE_LOCAL_ONLY: in sendOffloadExemptPrefixes()2253 case IpServer.STATE_LOCAL_ONLY: in dump()2359 case IpServer.STATE_LOCAL_ONLY:
190 if (ds.mode == IpServer.STATE_LOCAL_ONLY) { in getInterfaceIPv6LinkProperties()
31 import static android.net.ip.IpServer.STATE_LOCAL_ONLY;370 dispatchCommand(IpServer.CMD_TETHER_REQUESTED, STATE_LOCAL_ONLY); in canBeTetheredAsWifiP2p()380 mIpServer, STATE_LOCAL_ONLY, TETHER_ERROR_NO_ERROR); in canBeTetheredAsWifiP2p()564 dispatchCommand(IpServer.CMD_TETHER_REQUESTED, STATE_LOCAL_ONLY); in startsDhcpServerOnNcm()573 dispatchCommand(IpServer.CMD_TETHER_REQUESTED, STATE_LOCAL_ONLY); in testOnNewPrefixRequest()592 mIpServer, STATE_LOCAL_ONLY, TETHER_ERROR_NO_ERROR); in testOnNewPrefixRequest()
96 public static final int STATE_LOCAL_ONLY = 3; field in IpServer104 case STATE_LOCAL_ONLY: return "LOCAL_ONLY"; in getStateString()1052 case STATE_LOCAL_ONLY: in processMessage()1172 sendInterfaceState(STATE_LOCAL_ONLY); in enter()