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()2031 case IpServer.STATE_LOCAL_ONLY: in sendOffloadExemptPrefixes()2254 case IpServer.STATE_LOCAL_ONLY: in dump()2360 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;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()
95 public static final int STATE_LOCAL_ONLY = 3; field in IpServer103 case STATE_LOCAL_ONLY: return "LOCAL_ONLY"; in getStateString()1059 case STATE_LOCAL_ONLY: in processMessage()1179 sendInterfaceState(STATE_LOCAL_ONLY); in enter()