Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
H A DIpClientIntegrationTest.kt49 val networkAttributesCaptor = ArgumentCaptor.forClass(NetworkAttributes::class.java) regex
52 .storeNetworkAttributes(eq(l2Key), networkAttributesCaptor.capture(), any())
53 return networkAttributesCaptor.value