Searched refs:mIpNeighborMonitor (Results 1 – 4 of 4) sorted by relevance
222 private final IpNeighborMonitor mIpNeighborMonitor;291 mIpNeighborMonitor = dependencies.makeIpNeighborMonitor(h, mLog,320 mIpNeighborMonitor.start();325 mIpNeighborMonitor.stop();330 if (Looper.myLooper() == mIpNeighborMonitor.getHandler().getLooper()) {336 mIpNeighborMonitor.getHandler().post(() -> {
200 private final IpNeighborMonitor mIpNeighborMonitor; field in BpfCoordinator528 mIpNeighborMonitor = mDeps.getIpNeighborMonitor(mBpfNeighborEventConsumer); in BpfCoordinator()928 mIpNeighborMonitor.start(); in addIpServer()951 mIpNeighborMonitor.stop(); in removeIpServer()
457 @Mock private IpNeighborMonitor mIpNeighborMonitor; field in BpfCoordinatorTest633 doReturn(mIpNeighborMonitor).when(mDeps).getIpNeighborMonitor(neighborCaptor.capture()); in makeBpfCoordinator()3147 reset(mIpNeighborMonitor); in addRemoveIpv6ForwardingRules()3155 verify(mIpNeighborMonitor).stop(); in addRemoveIpv6ForwardingRules()3223 verify(mIpNeighborMonitor, never()).start(); in doesNotStartIpNeighborMonitorIfBpfOffloadDisabled()
316 @Mock private IpNeighborMonitor mIpNeighborMonitor; field in TetheringTest472 return mIpNeighborMonitor; in getIpNeighborMonitor()