Merge "Freeze the networkstack-aidl-interfaces interface" am: fe7f6005c7 am: 93b816a98a

am: aa110c6209

Change-Id: Ide252f5f20da432e35cf85e46f503bcc3fa81260
This commit is contained in:
Lorenzo Colitti
2019-04-23 02:05:07 -07:00
committed by android-build-merger

View File

@@ -2818,6 +2818,11 @@ public class ConnectivityService extends IConnectivityManager.Stub
EVENT_PROVISIONING_NOTIFICATION, PROVISIONING_NOTIFICATION_HIDE,
mNai.network.netId));
}
@Override
public int getInterfaceVersion() {
return this.VERSION;
}
}
private boolean networkRequiresValidation(NetworkAgentInfo nai) {