Home
last modified time | relevance | path

Searched refs:onLinkPropertiesChange (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
DIpClientTest.java139 verify(mCb, never()).onLinkPropertiesChange(any()); in makeIpClient()
225 .onLinkPropertiesChange(makeEmptyLinkProperties(iface)); in testDefaultProvisioningConfiguration()
265 verify(mCb, timeout(TEST_TIMEOUT_MS)).onLinkPropertiesChange(any()); in testProvisioningWithInitialConfiguration()
282 .onLinkPropertiesChange(makeEmptyLinkProperties(iface)); in testProvisioningWithInitialConfiguration()
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java221 public void onLinkPropertiesChange(LinkProperties newLp) { in onLinkPropertiesChange() method in IpClient.IpClientCallbacksWrapper
224 mCallback.onLinkPropertiesChange(newLp); in onLinkPropertiesChange()
989 mCallback.onLinkPropertiesChange(newLp); in dispatchCallback()
1270 mCallback.onLinkPropertiesChange(new LinkProperties(mLinkProperties)); in enter()
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DBluetoothTetheringNetworkFactory.java104 public void onLinkPropertiesChange(LinkProperties newLp) { in onLinkPropertiesChange() method in BluetoothTetheringNetworkFactory.BtIpClientCallback