Home
last modified time | relevance | path

Searched defs:newAddress (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DPrivateAddressCoordinator.java186 final LinkAddress newAddress = chooseDownstreamAddress(prefixRange); in requestDownstreamAddress() local
189 mCachedAddresses.put(ipServer.interfaceType(), newAddress); in requestDownstreamAddress() local
/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
H A DContact.java368 PostalAddress newAddress = PostalAddress.fromCursor(cursor); in addPostalAddress() local
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DPrivateAddressCoordinatorTest.java122 final LinkAddress newAddress = requestDownstreamAddress(mHotspotIpServer, in testRequestDownstreamAddressWithoutUsingLastAddress() local
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DConference.java72 public void onAddressChanged(Conference c, Uri newAddress, int presentation) {} in onAddressChanged()
H A DConnection.java1229 public void onAddressChanged(Connection c, Uri newAddress, int presentation) {} in onAddressChanged()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
H A DIpServerTest.java734 final LinkAddress newAddress = new LinkAddress("192.168.100.125/24"); in testOnNewPrefixRequest() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java1266 public void setAddress(String newAddress, int numberPresentation) { in setAddress()