Home
last modified time | relevance | path

Searched refs:setLocalPrefixes (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
DOffloadControllerTest.java244 offload.setLocalPrefixes(minimumLocalPrefixes); in testSetUpstreamLinkPropertiesWorking()
245 inOrder.verify(mHardware, times(1)).setLocalPrefixes(mStringArrayCaptor.capture()); in testSetUpstreamLinkPropertiesWorking()
254 inOrder.verify(mHardware, never()).setLocalPrefixes(mStringArrayCaptor.capture()); in testSetUpstreamLinkPropertiesWorking()
267 inOrder.verify(mHardware, never()).setLocalPrefixes(mStringArrayCaptor.capture()); in testSetUpstreamLinkPropertiesWorking()
284 inOrder.verify(mHardware, never()).setLocalPrefixes(mStringArrayCaptor.capture()); in testSetUpstreamLinkPropertiesWorking()
295 inOrder.verify(mHardware, never()).setLocalPrefixes(mStringArrayCaptor.capture()); in testSetUpstreamLinkPropertiesWorking()
306 inOrder.verify(mHardware, never()).setLocalPrefixes(mStringArrayCaptor.capture()); in testSetUpstreamLinkPropertiesWorking()
320 inOrder.verify(mHardware, never()).setLocalPrefixes(mStringArrayCaptor.capture()); in testSetUpstreamLinkPropertiesWorking()
339 inOrder.verify(mHardware, never()).setLocalPrefixes(mStringArrayCaptor.capture()); in testSetUpstreamLinkPropertiesWorking()
361 inOrder.verify(mHardware, times(1)).setLocalPrefixes(mStringArrayCaptor.capture()); in testSetUpstreamLinkPropertiesWorking()
[all …]
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DOffloadHardwareInterface.java177 public boolean setLocalPrefixes(ArrayList<String> localPrefixes) { in setLocalPrefixes() method in OffloadHardwareInterface
183 mOffloadControl.setLocalPrefixes(localPrefixes, in setLocalPrefixes()
DOffloadController.java379 public void setLocalPrefixes(Set<IpPrefix> localPrefixes) { in setLocalPrefixes() method in OffloadController
509 return mHwInterface.setLocalPrefixes(new ArrayList<>(localPrefixStrs)); in computeAndPushLocalPrefixes()
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java1662 mOffloadController.setLocalPrefixes(localPrefixes); in sendOffloadExemptPrefixes()
/frameworks/base/services/
Dart-profile5680 HSPLcom/android/server/connectivity/tethering/OffloadController;->setLocalPrefixes(Ljava/util/Set;)V