Home
last modified time | relevance | path

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

/frameworks/base/services/net/java/android/net/ip/
DIpServer.java78 public static final int STATE_LOCAL_ONLY = 3; field in IpServer
85 case STATE_LOCAL_ONLY: return "LOCAL_ONLY"; in getStateString()
701 case STATE_LOCAL_ONLY: in processMessage()
811 sendInterfaceState(STATE_LOCAL_ONLY); in enter()
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java159 case IpServer.STATE_LOCAL_ONLY: in isCurrentlyServing()
559 } else if (tetherState.lastState == IpServer.STATE_LOCAL_ONLY) { in sendTetherStateChangedBroadcast()
856 ipServingMode = IpServer.STATE_LOCAL_ONLY; in enableWifiIpServingLocked()
916 case IpServer.STATE_LOCAL_ONLY: in changeInterfaceState()
1305 case IpServer.STATE_LOCAL_ONLY: in handleInterfaceServingStateActive()
1655 case IpServer.STATE_LOCAL_ONLY: in sendOffloadExemptPrefixes()
1753 case IpServer.STATE_LOCAL_ONLY: in dump()
1842 case IpServer.STATE_LOCAL_ONLY:
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DIPv6TetheringCoordinator.java175 if (ds.mode == IpServer.STATE_LOCAL_ONLY) { in getInterfaceIPv6LinkProperties()