summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/connectivity/Tethering.java
diff options
context:
space:
mode:
authorHaoyu Bai <bhy@google.com>2012-06-20 14:29:57 -0700
committerHaoyu Bai <bhy@google.com>2012-07-17 17:13:03 -0700
commitdb3c8678e5cbdfec011afaf25bde2091152c30ad (patch)
treee0f4b593cfba82bd5a35e921eebf351091d2e542 /services/java/com/android/server/connectivity/Tethering.java
parent6b7358d9511df7e519bb417fbed6017c06a33d45 (diff)
Network data activity change intent for network interfaces.
The activity notification is received from netd, an intent DATA_ACTIVITY_CHANGE is then raised for other part of the system to consume. Change-Id: Idfcc4763c51c5b314c57f546c12557082f06bebf
Diffstat (limited to 'services/java/com/android/server/connectivity/Tethering.java')
-rw-r--r--services/java/com/android/server/connectivity/Tethering.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/java/com/android/server/connectivity/Tethering.java b/services/java/com/android/server/connectivity/Tethering.java
index 5aa3a29052f4..e4f1f7ae5dfe 100644
--- a/services/java/com/android/server/connectivity/Tethering.java
+++ b/services/java/com/android/server/connectivity/Tethering.java
@@ -319,6 +319,8 @@ public class Tethering extends INetworkManagementEventObserver.Stub {
public void limitReached(String limitName, String iface) {}
+ public void interfaceClassDataActivityChanged(String label, boolean active) {}
+
public int tether(String iface) {
if (DBG) Log.d(TAG, "Tethering " + iface);
TetherInterfaceSM sm = null;