HomeSort by relevance Sort by last modified time
    Searched refs:onLinkPropertiesChange (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
BluetoothTetheringNetworkFactory.java 96 public void onLinkPropertiesChange(LinkProperties newLp) {
  /frameworks/base/services/net/java/android/net/ip/
IpManager.java 111 public void onLinkPropertiesChange(LinkProperties newLp) {}
216 public void onLinkPropertiesChange(LinkProperties newLp) {
217 mCallback.onLinkPropertiesChange(newLp);
218 log("onLinkPropertiesChange({" + newLp + "})");
626 // invocation of IpManager.Callback#onLinkPropertiesChange().
766 if (VDBG) { Log.d(mTag, "onLinkPropertiesChange()"); }
767 mCallback.onLinkPropertiesChange(newLp);
    [all...]
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java 308 public void onLinkPropertiesChange(LinkProperties newLp) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java     [all...]

Completed in 236 milliseconds