Searched refs:getIpNeighborMonitor (Results 1 – 3 of 3) sorted by relevance
363 @NonNull public IpNeighborMonitor getIpNeighborMonitor(NeighborEventConsumer consumer) { in getIpNeighborMonitor() method in BpfCoordinator.Dependencies528 mIpNeighborMonitor = mDeps.getIpNeighborMonitor(mBpfNeighborEventConsumer); in BpfCoordinator()
633 doReturn(mIpNeighborMonitor).when(mDeps).getIpNeighborMonitor(neighborCaptor.capture()); in makeBpfCoordinator()
470 public IpNeighborMonitor getIpNeighborMonitor(Handler h, SharedLog l, in getIpNeighborMonitor() method in TetheringTest.MockIpServerDependencies