/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | OsuNetworkConnectionTest.java | 223 callback.onLinkPropertiesChanged(mCurrentNetwork, createProvisionedLinkProperties()); in verifyNetworkCallbackInvokedWhenConnected() 253 callback.onLinkPropertiesChanged(mCurrentNetwork, createProvisionedLinkProperties()); in verifyNetworkCallbackWithoutOnAvailable() 275 callback.onLinkPropertiesChanged(mCurrentNetwork, new LinkProperties()); in verifyNetworkConnectionTimeout()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | OsuNetworkConnection.java | 256 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) { in onLinkPropertiesChanged() method in OsuNetworkConnection.ConnectivityCallbacks
|
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | UpstreamNetworkMonitorTest.java | 627 cb.onLinkPropertiesChanged( in makeDefaultNetwork() 729 cb.onLinkPropertiesChanged(networkId, copy(linkProperties)); in fakeConnect() 741 cb.onLinkPropertiesChanged(networkId, copy(linkProperties)); in sendLinkProperties()
|
/frameworks/libs/net/common/devicetests/com/android/testutils/ |
D | TestableNetworkCallback.kt | 120 override fun onLinkPropertiesChanged(network: Network, lp: LinkProperties) { in onLinkPropertiesChanged() method in com.android.testutils.RecorderCallback
|
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/ |
D | UpstreamNetworkMonitor.java | 463 public void onLinkPropertiesChanged(Network network, LinkProperties newLp) { in onLinkPropertiesChanged() method in UpstreamNetworkMonitor.UpstreamNetworkCallback
|
/frameworks/base/core/java/android/net/ |
D | ConnectivityManager.java | 3367 onLinkPropertiesChanged(network, linkProperties); in onAvailable() 3483 public void onLinkPropertiesChanged(@NonNull Network network, in onLinkPropertiesChanged() method in ConnectivityManager.NetworkCallback 3668 callback.onLinkPropertiesChanged(network, lp); in handleMessage()
|
/frameworks/base/services/ |
D | art-profile | 5706 …ivity/tethering/UpstreamNetworkMonitor$UpstreamNetworkCallback;->onLinkPropertiesChanged(Landroid/…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 9923 HSPLandroid/net/ConnectivityManager$NetworkCallback;->onLinkPropertiesChanged(Landroid/net/Network;…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 16967 method public void onLinkPropertiesChanged(android.net.Network, android.net.LinkProperties);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 28711 …method public void onLinkPropertiesChanged(@NonNull android.net.Network, @NonNull android.net.Link…
|
/frameworks/base/api/ |
D | current.txt | 28841 …method public void onLinkPropertiesChanged(@NonNull android.net.Network, @NonNull android.net.Link…
|