Searched refs:onLinkPropertiesChange (Results 1 – 3 of 3) sorted by relevance
139 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()
221 public void onLinkPropertiesChange(LinkProperties newLp) { in onLinkPropertiesChange() method in IpClient.IpClientCallbacksWrapper224 mCallback.onLinkPropertiesChange(newLp); in onLinkPropertiesChange()989 mCallback.onLinkPropertiesChange(newLp); in dispatchCallback()1270 mCallback.onLinkPropertiesChange(new LinkProperties(mLinkProperties)); in enter()
104 public void onLinkPropertiesChange(LinkProperties newLp) { in onLinkPropertiesChange() method in BluetoothTetheringNetworkFactory.BtIpClientCallback