Searched refs:linkProperties (Results 1 – 4 of 4) sorted by relevance
154 final LinkProperties linkProperties = ipcCallback.waitForProvisioning(); in startNetwork()155 if (linkProperties == null) { in startNetwork()175 mNetworkCapabilities, linkProperties, NETWORK_SCORE, in startNetwork()
250 final LinkProperties linkProperties = mConnectivityManager.getLinkProperties(network); in getEthernetIpAddress() local251 for (LinkAddress linkAddress : linkProperties.getLinkAddresses()) { in getEthernetIpAddress()
333 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged() argument334 updateNetworkStatus(network, status -> status.mLinkProperties = linkProperties); in onLinkPropertiesChanged()
192 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged() argument