Loading services/core/java/com/android/server/connectivity/NetdEventListenerService.java +1 −5 Original line number Diff line number Diff line Loading @@ -219,14 +219,10 @@ public class NetdEventListenerService extends INetdEventListener.Stub { for (INetdEventCallback callback : mNetdEventCallbackList) { if (callback != null) { // TODO(rickywai): Remove this checking to collect ip in watchlist. if (callback == mNetdEventCallbackList[INetdEventCallback.CALLBACK_CALLER_DEVICE_POLICY]) { callback.onConnectEvent(ipAddr, port, timestamp, uid); } } } } @Override public synchronized void onWakeupEvent(String prefix, int uid, int ethertype, int ipNextHeader, Loading Loading
services/core/java/com/android/server/connectivity/NetdEventListenerService.java +1 −5 Original line number Diff line number Diff line Loading @@ -219,14 +219,10 @@ public class NetdEventListenerService extends INetdEventListener.Stub { for (INetdEventCallback callback : mNetdEventCallbackList) { if (callback != null) { // TODO(rickywai): Remove this checking to collect ip in watchlist. if (callback == mNetdEventCallbackList[INetdEventCallback.CALLBACK_CALLER_DEVICE_POLICY]) { callback.onConnectEvent(ipAddr, port, timestamp, uid); } } } } @Override public synchronized void onWakeupEvent(String prefix, int uid, int ethertype, int ipNextHeader, Loading