Searched refs:getIpNeighborMonitor (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/ |
H A D | IpServer.java | 174 public IpNeighborMonitor getIpNeighborMonitor(Handler handler, SharedLog log, in getIpNeighborMonitor() method in IpServer.Dependencies 308 mIpNeighborMonitor = mDeps.getIpNeighborMonitor(getHandler(), mLog, in IpServer()
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
H A D | IpServerTest.java | 226 doReturn(mIpNeighborMonitor).when(mDependencies).getIpNeighborMonitor(any(), any(), in initStateMachine() 358 when(mDependencies.getIpNeighborMonitor(any(), any(), any())) in startsOutAvailable()
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
H A D | TetheringTest.java | 384 public IpNeighborMonitor getIpNeighborMonitor(Handler h, SharedLog l, in getIpNeighborMonitor() method in TetheringTest.MockIpServerDependencies
|