Searched refs:newAddress (Results 1 – 9 of 9) sorted by relevance
68 String newAddress = (String) newValue; in handlePreferenceChanged() local70 if (newAddress.equals(activeDeviceAddress)) { in handlePreferenceChanged()73 mAudioRouteItem = mAudioRoutesManager.updateAudioRoute(newAddress); in handlePreferenceChanged()
196 final LinkAddress newAddress = chooseDownstreamAddress(prefixRange); in requestDownstreamAddress() local197 if (newAddress != null) { in requestDownstreamAddress()199 mCachedAddresses.put(addrKey, newAddress); in requestDownstreamAddress()200 return newAddress; in requestDownstreamAddress()
173 private static Address newAddress(String countryCode) { in newAddress() method in ThreadNetworkCountryCodeTest224 mGeocodeListenerCaptor.getValue().onGeocode(List.of(newAddress(TEST_COUNTRY_CODE_US))); in locationCountryCode_locationChanged_locationCountryCodeIsUsed()304 mGeocodeListenerCaptor.getValue().onGeocode(List.of(newAddress(TEST_COUNTRY_CODE_US))); in telephonyCountryCode_bothTelephonyAndLocationAvailable_telephonyCodeIsUsed()330 mGeocodeListenerCaptor.getValue().onGeocode(List.of(newAddress(TEST_COUNTRY_CODE_US))); in telephonyCountryCode_locationIsAvailable_lastKnownTelephonyCodeIsUsed()
273 void addOrUpdateInterfaceAddress(int ifaceIdx, @NonNull LinkAddress newAddress); in addOrUpdateInterfaceAddress() argument285 @NonNull final LinkAddress newAddress) { in addOrUpdateInterfaceAddress() argument293 boolean updated = linkProperties.addLinkAddress(newAddress); in addOrUpdateInterfaceAddress()
129 final LinkAddress newAddress = requestDownstreamAddress(mHotspotIpServer, in testRequestDownstreamAddressWithoutUsingLastAddress() local131 final IpPrefix newHotspotPrefix = asIpPrefix(newAddress); in testRequestDownstreamAddressWithoutUsingLastAddress()
551 String newAddress =553 if (newAddress != null) {554 Log.d(TAG, "Local address changed to …" + logAddress(newAddress));555 storeNameAndAddress(null, newAddress);
999 String newAddress = address == null ? "" : address;1001 new AudioDeviceAttributes(AudioDeviceAttributes.ROLE_OUTPUT, type, newAddress));
725 final LinkAddress newAddress = new LinkAddress("192.168.100.125/24"); in testOnNewPrefixRequest() local727 anyBoolean())).thenReturn(newAddress); in testOnNewPrefixRequest()
3979 int newAddress = Inet4AddressUtils.inet4AddressToIntHTL(addr); in handleIPv4Success() local3980 if (previousAddress != newAddress) { in handleIPv4Success()