Searched refs:updateAllIpv6Rules (Results 1 – 4 of 4) sorted by relevance
253 verify(mBpfCoordinator).updateAllIpv6Rules( in initTetheredStateMachine()560 inOrder.verify(mBpfCoordinator).updateAllIpv6Rules( in canUnrequestTetheringWithUpstream()768 verify(mBpfCoordinator).updateAllIpv6Rules( in ipv6UpstreamInterfaceChanges()777 verify(mBpfCoordinator).updateAllIpv6Rules( in ipv6UpstreamInterfaceChanges()787 verify(mBpfCoordinator, times(2)).updateAllIpv6Rules( in ipv6UpstreamInterfaceChanges()793 verify(mBpfCoordinator, never()).updateAllIpv6Rules( in ipv6UpstreamInterfaceChanges()800 verify(mBpfCoordinator).updateAllIpv6Rules( in ipv6UpstreamInterfaceChanges()806 verify(mBpfCoordinator).updateAllIpv6Rules( in ipv6UpstreamInterfaceChanges()813 verify(mBpfCoordinator).updateAllIpv6Rules( in ipv6UpstreamInterfaceChanges()821 verify(mBpfCoordinator).updateAllIpv6Rules( in ipv6UpstreamInterfaceChanges()
1023 coordinator.updateAllIpv6Rules( in checkTetherOffloadRuleAddAndRemove()1034 coordinator.updateAllIpv6Rules( in checkTetherOffloadRuleAddAndRemove()1361 coordinator.updateAllIpv6Rules( in testSetDataLimit()1411 coordinator.updateAllIpv6Rules( in testSetDataLimitOnRule6Change()1420 coordinator.updateAllIpv6Rules( in testSetDataLimitOnRule6Change()1426 coordinator.updateAllIpv6Rules( in testSetDataLimitOnRule6Change()1434 coordinator.updateAllIpv6Rules( in testSetDataLimitOnRule6Change()1473 coordinator.updateAllIpv6Rules( in testTetherOffloadRuleUpdateAndClear()1497 coordinator.updateAllIpv6Rules( in testTetherOffloadRuleUpdateAndClear()1578 coordinator.updateAllIpv6Rules(mIpServer, DOWNSTREAM_IFACE_PARAMS, in checkBpfDisabled()[all …]
979 mBpfCoordinator.updateAllIpv6Rules(this, this.mInterfaceParams, in updateIpv6ForwardingRules()1400 mBpfCoordinator.updateAllIpv6Rules( in cleanupUpstream()
767 public void updateAllIpv6Rules(@NonNull final IpServer ipServer, in updateAllIpv6Rules() method in BpfCoordinator