Searched refs:mIpNeighborMonitor (Results 1 – 3 of 3) sorted by relevance
278 private final IpNeighborMonitor mIpNeighborMonitor; field in IpServer306 mIpNeighborMonitor = mDeps.getIpNeighborMonitor(getHandler(), mLog, in IpServer()313 if (mUsingBpfOffload && !mIpNeighborMonitor.start()) { in IpServer()1334 mIpNeighborMonitor.stop(); in enter()
145 @Mock private IpNeighborMonitor mIpNeighborMonitor; field in IpServerTest182 doReturn(mIpNeighborMonitor).when(mDependencies).getIpNeighborMonitor(any(), any(), in initStateMachine()272 .thenReturn(mIpNeighborMonitor); in startsOutAvailable()869 verify(mIpNeighborMonitor).stop(); in addRemoveipv6ForwardingRules()928 verify(mIpNeighborMonitor, never()).start(); in doesNotStartIpNeighborMonitorIfBpfOffloadDisabled()
200 @Mock private IpNeighborMonitor mIpNeighborMonitor; field in TetheringTest318 return mIpNeighborMonitor; in getIpNeighborMonitor()