Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitor.java91 public static final int NOTIFY_LOCAL_PREFIXES = 10; field in UpstreamNetworkMonitor
464 mEventListener.onUpstreamEvent(NOTIFY_LOCAL_PREFIXES, localPrefixes.clone()); in recomputeLocalPrefixes()
DTethering.java1981 if (arg1 == UpstreamNetworkMonitor.NOTIFY_LOCAL_PREFIXES) { in handleUpstreamNetworkMonitorCallback()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DUpstreamNetworkMonitorTest.java636 eq(UpstreamNetworkMonitor.NOTIFY_LOCAL_PREFIXES), any()); in verifyNotifyLinkPropertiesChange()