Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DPrivateAddressCoordinator.java175 boolean useLastAddress) { in requestDownstreamAddress() argument
186 if (useLastAddress && cachedAddress != null in requestDownstreamAddress()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DPrivateAddressCoordinatorTest.java114 boolean useLastAddress) { in requestDownstreamAddress() argument
116 ipServer, scope, useLastAddress); in requestDownstreamAddress()
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java720 private LinkAddress requestIpv4Address(final int scope, final boolean useLastAddress) { in requestIpv4Address() argument
725 return mPrivateAddressCoordinator.requestDownstreamAddress(this, scope, useLastAddress); in requestIpv4Address()