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.java144 private static class TetherState { class in Tethering
149 public TetherState(IpServer ipServer) { in TetherState() method in Tethering.TetherState
172 private final ArrayMap<String, TetherState> mTetherStates;
480 TetherState tetherState = mTetherStates.get(iface); in tether()
504 TetherState tetherState = mTetherStates.get(iface); in untether()
526 TetherState tetherState = mTetherStates.get(iface); in getLastTetherError()
553 TetherState tetherState = mTetherStates.valueAt(i); in sendTetherStateChangedBroadcast()
827 final TetherState ts = mTetherStates.get(ifname); in disableWifiIpServingLocked()
979 TetherState tetherState = mTetherStates.valueAt(i); in getTetheredIfaces()
992 TetherState tetherState = mTetherStates.valueAt(i); in getTetherableIfaces()
[all …]
/frameworks/base/services/
Dart-profile18933 Lcom/android/server/connectivity/Tethering$TetherState;