Searched refs:raParamsCaptor (Results 1 – 1 of 1) sorted by relevance
1226 final ArgumentCaptor<RaParams> raParamsCaptor = in testAdjustTtlValue() local1229 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()