Searched refs:notifyLinkPropertiesChanged (Results 1 – 12 of 12) sorted by relevance
66 void notifyLinkPropertiesChanged(in LinkProperties lp); in notifyLinkPropertiesChanged() method
12 oneway void notifyLinkPropertiesChanged(in android.net.LinkProperties lp); in notifyLinkPropertiesChanged() method
30 oneway void notifyLinkPropertiesChanged(in android.net.LinkProperties lp); in notifyLinkPropertiesChanged() method
29 oneway void notifyLinkPropertiesChanged(in android.net.LinkProperties lp); in notifyLinkPropertiesChanged() method
618 public void notifyLinkPropertiesChanged(LinkProperties lp) { in notifyLinkPropertiesChanged() method in NetworkStackService.NetworkMonitorConnector620 mNm.notifyLinkPropertiesChanged(lp); in notifyLinkPropertiesChanged()
1238 nm.notifyLinkPropertiesChanged(makeCapportLPs());1261 nm.notifyLinkPropertiesChanged(lp);
685 public void notifyLinkPropertiesChanged(final LinkProperties lp) { in notifyLinkPropertiesChanged() method in NetworkMonitor