Home
last modified time | relevance | path

Searched refs:getIpNeighborMonitor (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java363 @NonNull public IpNeighborMonitor getIpNeighborMonitor(NeighborEventConsumer consumer) { in getIpNeighborMonitor() method in BpfCoordinator.Dependencies
528 mIpNeighborMonitor = mDeps.getIpNeighborMonitor(mBpfNeighborEventConsumer); in BpfCoordinator()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java633 doReturn(mIpNeighborMonitor).when(mDeps).getIpNeighborMonitor(neighborCaptor.capture()); in makeBpfCoordinator()
DTetheringTest.java470 public IpNeighborMonitor getIpNeighborMonitor(Handler h, SharedLog l, in getIpNeighborMonitor() method in TetheringTest.MockIpServerDependencies