Home
last modified time | relevance | path

Searched refs:linkProperties (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DBluetoothTetheringNetworkFactory.java154 final LinkProperties linkProperties = ipcCallback.waitForProvisioning(); in startNetwork()
155 if (linkProperties == null) { in startNetwork()
175 mNetworkCapabilities, linkProperties, NETWORK_SCORE, in startNetwork()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DConnectivityListener.java250 final LinkProperties linkProperties = mConnectivityManager.getLinkProperties(network); in getEthernetIpAddress() local
251 for (LinkAddress linkAddress : linkProperties.getLinkAddresses()) { in getEthernetIpAddress()
/packages/modules/NetworkStack/src/com/android/networkstack/
DNetworkStackNotifier.java333 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged() argument
334 updateNetworkStatus(network, status -> status.mLinkProperties = linkProperties); in onLinkPropertiesChanged()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/details/
DWifiDetailsFragment.java192 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged() argument