Searched refs:newAddress (Results 1 – 4 of 4) sorted by relevance
997 for (LinkAddress newAddress : target.getLinkAddresses()) { in compareAddresses()998 if (! result.removed.remove(newAddress)) { in compareAddresses()999 result.added.add(newAddress); in compareAddresses()1027 for (InetAddress newAddress : target.getDnsServers()) { in compareDnses()1028 if (! result.removed.remove(newAddress)) { in compareDnses()1029 result.added.add(newAddress); in compareDnses()
322 String newAddress = intent.getStringExtra(BluetoothAdapter.EXTRA_BLUETOOTH_ADDRESS);323 if (newAddress != null) {324 if (DBG) Slog.d(TAG, "Bluetooth Adapter address changed to " + newAddress);325 storeNameAndAddress(null, newAddress);
774 public void onAddressChanged(Connection c, Uri newAddress, int presentation) {} in onAddressChanged() argument
3413 int newAddress = NetworkUtils.inetAddressToInt(addr); in handleIPv4Success() local3414 if (previousAddress != newAddress) { in handleIPv4Success()