Searched refs:newAddress (Results 1 – 5 of 5) sorted by relevance
186 final LinkAddress newAddress = chooseDownstreamAddress(prefixRange); in requestDownstreamAddress() local187 if (newAddress != null) { in requestDownstreamAddress()189 mCachedAddresses.put(ipServer.interfaceType(), newAddress); in requestDownstreamAddress() local190 return newAddress; in requestDownstreamAddress()
368 PostalAddress newAddress = PostalAddress.fromCursor(cursor); in addPostalAddress() local370 if (!mPostalAddresses.contains(newAddress)) { in addPostalAddress()371 mPostalAddresses.add(newAddress); in addPostalAddress()
122 final LinkAddress newAddress = requestDownstreamAddress(mHotspotIpServer, in testRequestDownstreamAddressWithoutUsingLastAddress() local124 final IpPrefix testDupRequest = asIpPrefix(newAddress); in testRequestDownstreamAddressWithoutUsingLastAddress()
734 final LinkAddress newAddress = new LinkAddress("192.168.100.125/24"); in testOnNewPrefixRequest() local736 newAddress); in testOnNewPrefixRequest()
2980 int newAddress = Inet4AddressUtils.inet4AddressToIntHTL(addr);2981 if (previousAddress != newAddress) {