Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java134 private static class TetherState { class in Tethering
139 public TetherState(TetherInterfaceStateMachine sm) { in TetherState() method in Tethering.TetherState
162 private final ArrayMap<String, TetherState> mTetherStates;
531 TetherState tetherState = mTetherStates.get(iface); in tether()
556 TetherState tetherState = mTetherStates.get(iface); in untether()
579 TetherState tetherState = mTetherStates.get(iface); in getLastTetherError()
606 TetherState tetherState = mTetherStates.valueAt(i); in sendTetherStateChangedBroadcast()
812 final TetherState ts = mTetherStates.get(ifname); in disableWifiIpServingLocked()
983 TetherState tetherState = mTetherStates.valueAt(i); in getTetheredIfaces()
996 TetherState tetherState = mTetherStates.valueAt(i); in getTetherableIfaces()
[all …]
/frameworks/base/services/
Dprofile-classes4128 Lcom/android/server/connectivity/Tethering$TetherState;