Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java480 TetherState tetherState = mTetherStates.get(iface); in tether() local
481 if (tetherState == null) { in tether()
487 if (tetherState.lastState != IpServer.STATE_AVAILABLE) { in tether()
496 tetherState.ipServer.sendMessage(IpServer.CMD_TETHER_REQUESTED, requestedState); in tether()
504 TetherState tetherState = mTetherStates.get(iface); in untether() local
505 if (tetherState == null) { in untether()
509 if (!tetherState.isCurrentlyServing()) { in untether()
513 tetherState.ipServer.sendMessage(IpServer.CMD_TETHER_UNREQUESTED); in untether()
526 TetherState tetherState = mTetherStates.get(iface); in getLastTetherError() local
527 if (tetherState == null) { in getLastTetherError()
[all …]