Searched refs:getAddress (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/base/tests/CoreTests/android/core/
H A DInetAddrTest.java45 raw = ia.getAddress();
54 raw = ia.getAddress();
H A DSocketTest.java90 byte[] addr = s2.getLocalAddress().getAddress();
/frameworks/base/core/java/android/server/
H A DBluetoothA2dpService.java117 String address = sinks[0].getAddress();
203 ParcelUuid[] uuids = mBluetoothService.getRemoteUuids(device.getAddress());
211 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress());
262 device.getAddress()));
287 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress());
300 return mBluetoothService.connectSink(device.getAddress());
326 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress());
343 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress());
363 return mBluetoothService.disconnectSink(device.getAddress());
368 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress());
[all...]
H A DBluetoothEventLoop.java562 if (!dev.getAddress().equals(address)) return true;
H A DBluetoothService.java1111 public synchronized String getAddress() { method in class:BluetoothService
1271 return mDeviceOobData.get(device.getAddress());
1981 pw.println("Local address = " + getAddress());
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DConnection.java84 public abstract String getAddress(); method in class:Connection
298 str.append("addr: " + getAddress())
H A DDefaultPhoneNotifier.java46 incomingNumber = ringingCall.getEarliestConnection().getAddress();
/frameworks/ex/common/java/com/android/common/
H A DRfc822Validator.java68 matcher(tokens[0].getAddress()).matches();
114 String text = tokens[i].getAddress();
/frameworks/base/core/java/android/bluetooth/
H A DHeadsetBase.java83 mAddress = device.getAddress();
99 mAddress = device.getAddress();
H A DIBluetooth.aidl34 String getAddress();
H A DBluetoothSocket.java139 mAddress = device.getAddress();
364 inProgress = service.fetchRemoteUuids(device.getAddress(), uuid, this);
H A DBluetoothDevice.java409 return mAddress.equals(((BluetoothDevice)o).getAddress());
422 * "00:11:22:AA:BB:CC". However, you should always use {@link #getAddress}
455 public String getAddress() { method in class:BluetoothDevice
H A DBluetoothAdapter.java446 public String getAddress() { method in class:BluetoothAdapter
448 return mService.getAddress();
H A DBluetoothDeviceProfileState.java810 String address = mDevice.getAddress();
833 mService.writeIncomingConnectionState(mDevice.getAddress(), mIncomingConnections);
844 mService.writeIncomingConnectionState(mDevice.getAddress(), mIncomingConnections);
962 return mService.removeBondInternal(mDevice.getAddress());
/frameworks/base/core/java/android/net/
H A DNetworkUtils.java124 addrBytes = inetAddress.getAddress();
/frameworks/base/core/java/android/text/util/
H A DRfc822Token.java46 public String getAddress() { method in class:Rfc822Token
/frameworks/base/voip/java/android/net/sip/
H A DSimpleSessionDescription.java148 public String getAddress() { method in class:SimpleSessionDescription
149 return mFields.getAddress();
400 public String getAddress() { method in class:SimpleSessionDescription.Fields
H A DSipAudioCall.java958 String address = media.getAddress();
960 address = offer.getAddress();
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGSMPhoneTest.java989 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress());
1013 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress());
1103 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress());
1161 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress());
1164 mGSMPhone.getBackgroundCall().getConnections().get(0).getAddress());
1174 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress());
1177 mGSMPhone.getBackgroundCall().getConnections().get(0).getAddress());
1213 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress());
1216 mGSMPhone.getBackgroundCall().getConnections().get(0).getAddress());
1251 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress());
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java544 GsmSmsAddress getAddress() { method in class:SmsMessage.PduParser
895 recipientAddress = p.getAddress();
933 originatingAddress = p.getAddress();
H A DGsmConnection.java185 public String getAddress() { method in class:GsmConnection
/frameworks/base/core/tests/coretests/src/android/text/
H A DTextUtilsTest.java245 assertEquals("foo@google.com", tokens[0].getAddress());
255 assertEquals("Foo Bar", tokens[0].getAddress());
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaConnection.java229 public String getAddress() { method in class:CdmaConnection
/frameworks/base/media/java/android/media/
H A DAudioService.java1820 String address = btDevice.getAddress();
1861 address = btDevice.getAddress();
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhone.java788 public String getAddress() { method in class:SipPhone.SipConnection

Completed in 420 milliseconds

12