Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/privileged/src/android/net/ip/
DRouterAdvertisementDaemonTest.java311 mRaDaemon.buildNewRa(null, params1); in testUnSolicitRouterAdvertisement()
315 mRaDaemon.buildNewRa(params1, params2); in testUnSolicitRouterAdvertisement()
329 mRaDaemon.buildNewRa(null, params1); in testSolicitRouterAdvertisement()
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java1229 verify(mRaDaemon).buildNewRa(any(), raParamsCaptor.capture()); in testAdjustTtlValue()
1238 verify(mRaDaemon).buildNewRa(any(), raParamsCaptor.capture()); in testAdjustTtlValue()
1244 verify(mRaDaemon).buildNewRa(any(), raParamsCaptor.capture()); in testAdjustTtlValue()
1250 verify(mRaDaemon).buildNewRa(any(), raParamsCaptor.capture()); in testAdjustTtlValue()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java985 verify(mRouterAdvertisementDaemon, never()).buildNewRa(any(), notNull()); in workingMobileUsbTethering_IPv4()
1013 verify(mRouterAdvertisementDaemon, times(1)).buildNewRa(any(), notNull()); in workingMobileUsbTethering_IPv6()
1030 verify(mRouterAdvertisementDaemon, times(1)).buildNewRa(any(), notNull()); in workingMobileUsbTethering_DualStack()
1049 verify(mRouterAdvertisementDaemon, times(1)).buildNewRa(any(), notNull()); in workingMobileUsbTethering_MultipleUpstreams()
2637 verify(mRouterAdvertisementDaemon).buildNewRa(any(), notNull()); in runDualStackUsbTethering()
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DRouterAdvertisementDaemon.java257 public void buildNewRa(RaParams deprecatedParams, RaParams newParams) { in buildNewRa() method in RouterAdvertisementDaemon
DIpServer.java1063 mRaDaemon.buildNewRa(deprecatedParams, newParams); in setRaParams()