Searched refs:mRaDaemon (Results 1 – 3 of 3) sorted by relevance
100 private RouterAdvertisementDaemon mRaDaemon; field in RouterAdvertisementDaemonTest125 mRaDaemon = new RouterAdvertisementDaemon(mTetheredParams); in setUp()309 assertTrue(mRaDaemon.start()); in testUnSolicitRouterAdvertisement()311 mRaDaemon.buildNewRa(null, params1); in testUnSolicitRouterAdvertisement()315 mRaDaemon.buildNewRa(params1, params2); in testUnSolicitRouterAdvertisement()327 assertTrue(mRaDaemon.start()); in testSolicitRouterAdvertisement()329 mRaDaemon.buildNewRa(null, params1); in testSolicitRouterAdvertisement()
258 private RouterAdvertisementDaemon mRaDaemon; field in IpServer673 mRaDaemon = mDeps.getRouterAdvertisementDaemon(mInterfaceParams); in startIPv6()674 if (!mRaDaemon.start()) { in startIPv6()693 if (mRaDaemon != null) { in stopIPv6()694 mRaDaemon.stop(); in stopIPv6()695 mRaDaemon = null; in stopIPv6()711 if (mRaDaemon == null) return; in updateUpstreamIPv6LinkProperties()1053 if (mRaDaemon != null) { in setRaParams()1063 mRaDaemon.buildNewRa(deprecatedParams, newParams); in setRaParams()
178 @Mock private RouterAdvertisementDaemon mRaDaemon; field in IpServerTest211 when(mDependencies.getRouterAdvertisementDaemon(any())).thenReturn(mRaDaemon); in initStateMachine()240 when(mRaDaemon.start()).thenReturn(true); in initStateMachine()1229 verify(mRaDaemon).buildNewRa(any(), raParamsCaptor.capture()); in testAdjustTtlValue()1232 reset(mRaDaemon); in testAdjustTtlValue()1238 verify(mRaDaemon).buildNewRa(any(), raParamsCaptor.capture()); in testAdjustTtlValue()1241 reset(mRaDaemon); in testAdjustTtlValue()1244 verify(mRaDaemon).buildNewRa(any(), raParamsCaptor.capture()); in testAdjustTtlValue()1247 reset(mRaDaemon); in testAdjustTtlValue()1250 verify(mRaDaemon).buildNewRa(any(), raParamsCaptor.capture()); in testAdjustTtlValue()[all …]