Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java191 private final ArgumentCaptor<LinkProperties> mLinkPropertiesCaptor = field in IpServerTest
427 eq(mIpServer), mLinkPropertiesCaptor.capture()); in canBeTetheredAsUsb()
428 assertIPv4AddressAndDirectlyConnectedRoute(mLinkPropertiesCaptor.getValue()); in canBeTetheredAsUsb()
449 eq(mIpServer), mLinkPropertiesCaptor.capture()); in canBeTetheredAsWifiP2p()
450 assertIPv4AddressAndDirectlyConnectedRoute(mLinkPropertiesCaptor.getValue()); in canBeTetheredAsWifiP2p()
598 eq(mIpServer), mLinkPropertiesCaptor.capture()); in interfaceDownLeadsToUnavailable()
599 assertNoAddressesNorRoutes(mLinkPropertiesCaptor.getValue()); in interfaceDownLeadsToUnavailable()
619 eq(mIpServer), mLinkPropertiesCaptor.capture()); in usbShouldBeTornDownOnTetherError()
620 assertNoAddressesNorRoutes(mLinkPropertiesCaptor.getValue()); in usbShouldBeTornDownOnTetherError()
640 eq(mIpServer), mLinkPropertiesCaptor.capture()); in shouldTearDownUsbOnUpstreamError()
[all …]