Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
H A DIpServerTest.java1226 final ArgumentCaptor<RaParams> raParamsCaptor = in testAdjustTtlValue() local
1229 verify(mRaDaemon).buildNewRa(any(), raParamsCaptor.capture()); in testAdjustTtlValue()
1230 final RaParams noV6Params = raParamsCaptor.getValue(); in testAdjustTtlValue()
1238 verify(mRaDaemon).buildNewRa(any(), raParamsCaptor.capture()); in testAdjustTtlValue()
1239 final RaParams nonCellularParams = raParamsCaptor.getValue(); in testAdjustTtlValue()
1244 verify(mRaDaemon).buildNewRa(any(), raParamsCaptor.capture()); in testAdjustTtlValue()
1245 final RaParams noUpstream = raParamsCaptor.getValue(); in testAdjustTtlValue()
1250 verify(mRaDaemon).buildNewRa(any(), raParamsCaptor.capture()); in testAdjustTtlValue()
1251 final RaParams cellularParams = raParamsCaptor.getValue(); in testAdjustTtlValue()