Searched defs:TetheredState (Results 1 - 2 of 2) sorted by last modified time

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java772 private State mTetheredState = new TetheredState();
8331 class TetheredState extends State { class in class:WifiStateMachine
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java793 mTetheredState = new TetheredState();
807 if (current == mTetheredState) res += "TetheredState";
953 class TetheredState extends State { class in class:Tethering.TetherInterfaceSM
995 if (DBG) Log.d(TAG, "TetheredState.processMessage what=" + message.what);

Completed in 204 milliseconds