Searched refs:getAddress (Results 101 - 125 of 145) sorted by relevance

123456

/frameworks/opt/chips/src/com/android/ex/chips/
H A DDropdownChipLayouter.java169 destination = Rfc822Tokenizer.tokenize(entry.getDestination())[0].getAddress();
H A DRecipientEditTextView.java1503 return RecipientEntry.constructGeneratedEntry(display, tokens[0].getAddress(),
1506 display = tokens[0].getAddress();
1525 validatedToken = tokenized[0].getAddress();
1551 return tokens[0].getAddress();
2175 address = tokenized[0].getAddress();
/frameworks/opt/net/lowpan/service/java/com/android/server/lowpan/
H A DLowpanInterfaceTracker.java414 IpPrefix prefix = new IpPrefix(address.getAddress(), address.getPrefixLength());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiBackupDataV1Parser.java492 if (linkAddress.getAddress() instanceof Inet4Address) {
/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java254 assertEquals("foo@google.com", tokens[0].getAddress());
264 assertEquals("Foo Bar", tokens[0].getAddress());
/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpClient.java792 (Inet4Address) mOffer.ipAddress.getAddress(), // DHCP_REQUESTED_IP
935 (Inet4Address) mDhcpLease.ipAddress.getAddress(), // ciaddr
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DXmlUtil.java676 staticIpConfiguration.ipAddress.getAddress().getHostAddress());
772 if (linkAddress.getAddress() instanceof Inet4Address) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDataConnectionTest.java535 assertEquals(response.getAddresses().get(i).getAddress(),
537 .getAddress().getHostAddress()));
/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java1052 if (linkAddr == null || linkAddr.getAddress() == null) {
1057 linkAddr.getAddress().getHostAddress(),
1367 if (!ia.getAddress().isLinkLocalAddress())
1410 ia.getAddress(), ia.getNetworkPrefixLength());
2542 cmd.appendArg(la.getAddress().getHostAddress() + "/" + la.getPrefixLength());
H A DBluetoothManagerService.java1344 public String getAddress() { method in class:BluetoothManagerService
1348 Slog.w(TAG, "getAddress(): not allowed for non-active and non system user");
1360 return mBluetooth.getAddress();
1364 "getAddress(): Unable to retrieve address remotely. Returning cached address",
1474 storeNameAndAddress(mBluetooth.getName(), mBluetooth.getAddress());
H A DIpSecService.java1348 localAddr.getAddress().getHostAddress(),
1377 localAddr.getAddress().getHostAddress(),
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java824 allowIPv4 |= address.getAddress() instanceof Inet4Address;
825 allowIPv6 |= address.getAddress() instanceof Inet6Address;
832 InetAddress address = route.getDestination().getAddress();
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java465 !dialog.getRemoteParty().equals(referredBy.getAddress())) {
1266 Address address = referto.getAddress();
1708 Address address = header.getAddress();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java913 if (BluetoothAdapter.checkBluetoothAddress(device.getAddress())) return true;
H A DBluetoothHeadset.java1175 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress());
H A DBluetoothHeadsetClient.java1104 return device != null && BluetoothAdapter.checkBluetoothAddress(device.getAddress());
H A DBluetoothAdapter.java1066 public String getAddress() { method in class:BluetoothAdapter
1068 return mManagerService.getAddress();
/frameworks/base/core/java/android/view/
H A DDisplay.java519 public String getAddress() { method in class:Display
/frameworks/base/media/java/android/media/
H A DAudioManager.java4754 && TextUtils.equals(device.getAddress(), microphones.get(i).getAddress())) {
4763 + microphones.get(i).getAddress());
4781 deviceInfo.getPort().type(), deviceInfo.getAddress(), micLocation,
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceTest.java75 when(mDevice.getAddress()).thenReturn(DEVICE_ADDRESS);
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
H A DOffloadController.java530 final InetAddress ip = linkAddr.getAddress();
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnectionService.java516 .setAddress(request.getAddress())
H A DConnection.java1753 public final Uri getAddress() { method in class:Connection
2021 * Sets the value of the {@link #getAddress()} property.
2619 bluetoothDevice.getAddress());
/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
H A DTetherInterfaceStateMachineTest.java385 if (!(addr.getAddress() instanceof Inet4Address)) continue;
/frameworks/base/services/net/java/android/net/ip/
H A DIpClient.java500 if (!any(directlyConnectedRoutes, (p) -> p.contains(addr.getAddress()))) {
583 return prefix.getAddress().equals(Inet6Address.ANY);

Completed in 3581 milliseconds

123456