Searched refs:mIpNeighborMonitor (Results 1 – 4 of 4) sorted by relevance
184 private final IpNeighborMonitor mIpNeighborMonitor;234 mIpNeighborMonitor = mDependencies.makeIpNeighborMonitor(h, mLog,250 mIpNeighborMonitor.start();254 mIpNeighborMonitor.stop();259 if (Looper.myLooper() == mIpNeighborMonitor.getHandler().getLooper()) {265 mIpNeighborMonitor.getHandler().post(() -> {
280 private final IpNeighborMonitor mIpNeighborMonitor; field in IpServer308 mIpNeighborMonitor = mDeps.getIpNeighborMonitor(getHandler(), mLog, in IpServer()315 if (mUsingBpfOffload && !mIpNeighborMonitor.start()) { in IpServer()1440 mIpNeighborMonitor.stop(); in enter()
179 @Mock private IpNeighborMonitor mIpNeighborMonitor; field in IpServerTest226 doReturn(mIpNeighborMonitor).when(mDependencies).getIpNeighborMonitor(any(), any(), in initStateMachine()359 .thenReturn(mIpNeighborMonitor); in startsOutAvailable()1145 verify(mIpNeighborMonitor).stop(); in addRemoveipv6ForwardingRules()1210 verify(mIpNeighborMonitor, never()).start(); in doesNotStartIpNeighborMonitorIfBpfOffloadDisabled()
254 @Mock private IpNeighborMonitor mIpNeighborMonitor; field in TetheringTest386 return mIpNeighborMonitor; in getIpNeighborMonitor()