Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java1736 final ArgumentCaptor<DhcpServingParamsParcel> dhcpParamsCaptor = in testRequestStaticIp() local
1746 verify(mIpServerDependencies, times(1)).makeDhcpServer(any(), dhcpParamsCaptor.capture(), in testRequestStaticIp()
1748 final DhcpServingParamsParcel params = dhcpParamsCaptor.getValue(); in testRequestStaticIp()