Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java211 private final MockIpServerDependencies mIpServerDependencies = field in TetheringTest
384 return mIpServerDependencies; in getIpServerDependencies()
849 verify(mIpServerDependencies, never()).makeDhcpServer(any(), any(), any()); in workingMobileUsbTethering_IPv4LegacyDhcp()
970 verify(mIpServerDependencies, never()).makeDhcpServer(any(), any(), any()); in workingNcmTethering_LegacyDhcp()
1746 verify(mIpServerDependencies, times(1)).makeDhcpServer(any(), dhcpParamsCaptor.capture(), in testRequestStaticIp()