Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
H A DIpServerTest.java224 ArgumentCaptor<NeighborEventConsumer> neighborCaptor = in initStateMachine() local
227 neighborCaptor.capture()); in initStateMachine()
233 mNeighborEventConsumer = neighborCaptor.getValue(); in initStateMachine()