Searched refs:tethering (Results 1 – 17 of 17) sorted by relevance
17 package com.android.server.connectivity.tethering;23 import static com.android.server.connectivity.tethering.TetheringConfiguration.DUN_NOT_REQUIRED;24 import static com.android.server.connectivity.tethering.TetheringConfiguration.DUN_REQUIRED;25 import static com.android.server.connectivity.tethering.TetheringConfiguration.DUN_UNSPECIFIED;
17 package com.android.server.connectivity.tethering;34 import static com.android.server.connectivity.tethering.IControlsTethering.STATE_AVAILABLE;35 import static com.android.server.connectivity.tethering.IControlsTethering.STATE_TETHERED;36 import static com.android.server.connectivity.tethering.IControlsTethering.STATE_UNAVAILABLE;
17 package com.android.server.connectivity.tethering;
56 void onTetheringChanged(String iface, boolean tethering); in onTetheringChanged() argument
87 import com.android.server.connectivity.tethering.IControlsTethering;88 import com.android.server.connectivity.tethering.IPv6TetheringCoordinator;89 import com.android.server.connectivity.tethering.IPv6TetheringInterfaceServices;90 import com.android.server.connectivity.tethering.OffloadController;91 import com.android.server.connectivity.tethering.TetherInterfaceStateMachine;92 import com.android.server.connectivity.tethering.TetheringConfiguration;93 import com.android.server.connectivity.tethering.UpstreamNetworkMonitor;
68 # soft-ap/tethering
33 WifiSettingsStore: Tracks the various settings (wifi toggle, airplane toggle, tethering toggle, sca…
86 // Notify the user that tethering is active.
2366 public void onTetheringChanged(String iface, boolean tethering) { in onTetheringChanged() argument2368 if (LOGD) Log.d(TAG, "onTetherStateChanged(" + iface + ", " + tethering + ")"); in onTetheringChanged()2370 if (mRestrictBackground && tethering) { in onTetheringChanged()
4108 Lcom/android/server/connectivity/tethering/IControlsTethering;4109 Lcom/android/server/connectivity/tethering/IPv6TetheringCoordinator;4110 Lcom/android/server/connectivity/tethering/IPv6TetheringInterfaceServices;4112 Lcom/android/server/connectivity/tethering/TetheringConfiguration;4113 Lcom/android/server/connectivity/tethering/TetherInterfaceStateMachine;4114 Lcom/android/server/connectivity/tethering/TetherInterfaceStateMachine$InitialState;4115 Lcom/android/server/connectivity/tethering/TetherInterfaceStateMachine$TetheredState;4116 Lcom/android/server/connectivity/tethering/TetherInterfaceStateMachine$UnavailableState;4129 Lcom/android/server/connectivity/tethering/UpstreamNetworkMonitor;