Searched defs:Tethering (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DTethering.java78 public class Tethering extends BaseNetworkObserver { class in inherits:BaseNetworkObserver
81 private final static String TAG = "Tethering";
140 public Tethering(Context context, INetworkManagementService nmService, method in class:Tethering
184 // We can't do this once in the Tethering() constructor and cache the value, because the
185 // CONNECTIVITY_SERVICE is registered only after the Tethering() constructor has completed.
330 if (DBG) Log.d(TAG, "Tethering " + iface);
510 synchronized (Tethering.this.mPublicSync) {
524 if (VDBG) Log.d(TAG, "Tethering got CONNECTIVITY_ACTION");
818 synchronized (Tethering.this.mPublicSync) {
824 synchronized (Tethering
[all...]

Completed in 75 milliseconds