Searched refs:dhcpParamsCaptor (Results 1 – 1 of 1) sorted by relevance
1736 final ArgumentCaptor<DhcpServingParamsParcel> dhcpParamsCaptor = in testRequestStaticIp() local1746 verify(mIpServerDependencies, times(1)).makeDhcpServer(any(), dhcpParamsCaptor.capture(), in testRequestStaticIp()1748 final DhcpServingParamsParcel params = dhcpParamsCaptor.getValue(); in testRequestStaticIp()