Searched refs:requestDownstreamAddress (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | PrivateAddressCoordinatorTest.java | 113 private LinkAddress requestDownstreamAddress(final IpServer ipServer, int scope, in requestDownstreamAddress() method in PrivateAddressCoordinatorTest 115 final LinkAddress address = mPrivateAddressCoordinator.requestDownstreamAddress( in requestDownstreamAddress() 124 final LinkAddress address = requestDownstreamAddress(mHotspotIpServer, in testRequestDownstreamAddressWithoutUsingLastAddress() 129 final LinkAddress newAddress = requestDownstreamAddress(mHotspotIpServer, in testRequestDownstreamAddressWithoutUsingLastAddress() 135 final LinkAddress usbAddress = requestDownstreamAddress(mUsbIpServer, in testRequestDownstreamAddressWithoutUsingLastAddress() 149 LinkAddress actualAddress = requestDownstreamAddress(mHotspotIpServer, in testSanitizedAddress() 156 actualAddress = requestDownstreamAddress(mHotspotIpServer, in testSanitizedAddress() 163 actualAddress = requestDownstreamAddress(mHotspotIpServer, in testSanitizedAddress() 170 actualAddress = requestDownstreamAddress(mHotspotIpServer, in testSanitizedAddress() 181 final LinkAddress hotspotAddress = requestDownstreamAddress(mHotspotIpServer, in testReservedPrefix() [all …]
|
D | BpfCoordinatorTest.java | 616 when(mAddressCoordinator.requestDownstreamAddress(any(), anyInt(), in makeAndStartIpServer()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
D | IpServerTest.java | 257 when(mAddressCoordinator.requestDownstreamAddress(any(), anyInt(), in initTetheredStateMachine() 279 when(mAddressCoordinator.requestDownstreamAddress(any(), anyInt(), in setUp() 366 inOrder.verify(mAddressCoordinator).requestDownstreamAddress(any(), in canBeTetheredAsBluetooth() 416 inOrder.verify(mAddressCoordinator).requestDownstreamAddress(any(), in canBeTetheredAsUsb() 438 inOrder.verify(mAddressCoordinator).requestDownstreamAddress(any(), in canBeTetheredAsWifiP2p() 712 inOrder.verify(mAddressCoordinator).requestDownstreamAddress(any(), in testOnNewPrefixRequest() 726 when(mAddressCoordinator.requestDownstreamAddress(any(), anyInt(), in testOnNewPrefixRequest() 731 inOrder.verify(mAddressCoordinator).requestDownstreamAddress(any(), in testOnNewPrefixRequest()
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | PrivateAddressCoordinator.java | 174 public LinkAddress requestDownstreamAddress(final IpServer ipServer, final int scope, in requestDownstreamAddress() method in PrivateAddressCoordinator
|
/packages/modules/Connectivity/Tethering/src/android/net/ip/ |
D | IpServer.java | 725 return mPrivateAddressCoordinator.requestDownstreamAddress(this, scope, useLastAddress); in requestIpv4Address()
|