HomeSort by relevance Sort by last modified time
    Searched defs:Tethering (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SettingsScreen.js 55 if (WebInspector.experimentsSettings.tethering.isEnabled())
56 this._tabbedPane.appendTab(WebInspector.SettingsScreen.Tabs.Tethering, WebInspector.UIString("Port forwarding"), new WebInspector.TetheringSettingsTab());
72 Tethering: "tethering",
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 73 public class Tethering extends INetworkManagementEventObserver.Stub {
76 private final static String TAG = "Tethering";
131 private boolean mUsbTetherRequested; // true if USB tethering should be started
134 public Tethering(Context context, INetworkManagementService nmService,
327 if (DBG) Log.d(TAG, "Tethering " + iface);
502 synchronized (Tethering.this.mPublicSync) {
505 // start tethering if we have a request pending
516 if (VDBG) Log.d(TAG, "Tethering got CONNECTIVITY_ACTION");
543 Log.e(TAG, "unable start or stop USB tethering");
546 // configured when we start tethering and unconfig'd on error or conclusio
    [all...]

Completed in 228 milliseconds