Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java193 public IpNeighborMonitor getIpNeighborMonitor(Handler handler, SharedLog log, in getIpNeighborMonitor() method in IpServer.Dependencies
349 mIpNeighborMonitor = mDeps.getIpNeighborMonitor(getHandler(), mLog, in IpServer()
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java216 doReturn(mIpNeighborMonitor).when(mDependencies).getIpNeighborMonitor(any(), any(), any()); in initStateMachine()
317 when(mDependencies.getIpNeighborMonitor(any(), any(), any())) in startsOutAvailable()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java621 doReturn(mIpNeighborMonitor).when(mIpServerDeps).getIpNeighborMonitor(any(), any(), in makeAndStartIpServer()
DTetheringTest.java429 public IpNeighborMonitor getIpNeighborMonitor(Handler h, SharedLog l, in getIpNeighborMonitor() method in TetheringTest.MockIpServerDependencies