Searched refs:mIpNeighborMonitor (Results 1 – 3 of 3) sorted by relevance
275 private final IpNeighborMonitor mIpNeighborMonitor; field in IpServer303 mIpNeighborMonitor = mDeps.getIpNeighborMonitor(getHandler(), mLog, in IpServer()310 if (mUsingBpfOffload && !mIpNeighborMonitor.start()) { in IpServer()1327 mIpNeighborMonitor.stop(); in enter()
144 @Mock private IpNeighborMonitor mIpNeighborMonitor; field in IpServerTest192 doReturn(mIpNeighborMonitor).when(mDependencies).getIpNeighborMonitor(any(), any(), in initStateMachine()266 .thenReturn(mIpNeighborMonitor); in startsOutAvailable()863 verify(mIpNeighborMonitor).stop(); in addRemoveipv6ForwardingRules()922 verify(mIpNeighborMonitor, never()).start(); in doesNotStartIpNeighborMonitorIfBpfOffloadDisabled()
200 @Mock private IpNeighborMonitor mIpNeighborMonitor; field in TetheringTest318 return mIpNeighborMonitor; in getIpNeighborMonitor()