Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTethering.java169 private static class TetherState { class in Tethering
174 TetherState(IpServer ipServer) { in TetherState() method in Tethering.TetherState
216 private final ArrayMap<String, TetherState> mTetherStates;
755 TetherState tetherState = mTetherStates.get(iface); in tether()
785 TetherState tetherState = mTetherStates.get(iface); in untether()
809 TetherState tetherState = mTetherStates.get(iface); in getLastTetherError()
859 TetherState tetherState = mTetherStates.valueAt(i); in sendTetherStateChangedBroadcast()
1140 final TetherState ts = mTetherStates.get(ifname); in disableWifiIpServingLockedCommon()
1318 TetherState tetherState = mTetherStates.valueAt(i); in getTetheredIfaces()
1331 TetherState tetherState = mTetherStates.valueAt(i); in getTetherableIfaces()
[all …]
/frameworks/base/services/
Dart-profile18933 Lcom/android/server/connectivity/Tethering$TetherState;