Merge "Address further API council comments." into rvc-dev

This commit is contained in:
Chalard Jean
2020-03-27 22:50:42 +00:00
committed by Android (Google) Code Review

View File

@@ -481,7 +481,7 @@ public class EthernetNetworkFactory extends NetworkFactory {
}; };
mNetworkAgent.register(); mNetworkAgent.register();
mNetworkAgent.setLegacyExtraInfo(mHwAddress); mNetworkAgent.setLegacyExtraInfo(mHwAddress);
mNetworkAgent.setConnected(); mNetworkAgent.markConnected();
} }
void onIpLayerStopped(LinkProperties linkProperties) { void onIpLayerStopped(LinkProperties linkProperties) {