Home
last modified time | relevance | path

Searched refs:getAddress (Results 1 – 25 of 74) sorted by relevance

123

/frameworks/base/core/java/android/net/
DRouteInfo.java62 if (destination.getAddress() instanceof Inet4Address) { in RouteInfo()
68 mDestination = new LinkAddress(NetworkUtils.getNetworkPart(destination.getAddress(), in RouteInfo()
142 dest.writeByteArray(mDestination.getAddress().getAddress()); in writeToParcel()
150 dest.writeByteArray(mGateway.getAddress()); in writeToParcel()
230 return mDestination.getAddress().equals(dstNet); in matches()
246 if (NetworkUtils.addressTypeMatches(route.mDestination.getAddress(), dest)) { in selectBestRoute()
DLinkAddress.java54 this.address = interfaceAddress.getAddress(); in LinkAddress()
92 public InetAddress getAddress() { in getAddress() method in LinkAddress
118 dest.writeByteArray(address.getAddress()); in writeToParcel()
DInterfaceConfiguration.java109 for (byte b : mAddr.getAddress().getAddress()) { in isActive()
DNetworkUtils.java129 byte [] addr = inetAddr.getAddress(); in inetAddressToInt()
183 byte[] array = address.getAddress(); in getNetworkPart()
/frameworks/base/core/java/android/server/
DBluetoothInputProfileHandler.java66 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in connectInputDevice()
83 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in connectInputDeviceInternal()
94 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in disconnectInputDevice()
110 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in disconnectInputDeviceInternal()
139 Settings.Secure.getBluetoothInputDevicePriorityKey(device.getAddress()), in getInputDevicePriority()
144 if (!BluetoothAdapter.checkBluetoothAddress(device.getAddress())) { in setInputDevicePriority()
148 Settings.Secure.getBluetoothInputDevicePriorityKey(device.getAddress()), in setInputDevicePriority()
DBluetoothA2dpService.java107 String address = sinks.get(0).getAddress();
196 ParcelUuid[] uuids = mBluetoothService.getRemoteUuids(device.getAddress()); in isSinkDevice()
240 device.getAddress())); in onBluetoothDisable()
263 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in isConnectSinkFeasible()
290 return mBluetoothService.connectSink(device.getAddress()); in connect()
314 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in connectSinkInternal()
331 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in isDisconnectSinkFeasible()
350 return mBluetoothService.disconnectSink(device.getAddress()); in disconnect()
355 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in disconnectSinkInternal()
379 String path = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in suspendSink()
[all …]
DBluetoothPanProfileHandler.java131 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in connectPanDevice()
171 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in disconnectPanServerDevices()
177 device.getAddress(), in disconnectPanServerDevices()
179 errorLog("could not disconnect Pan Server Device "+device.getAddress()); in disconnectPanServerDevices()
219 String objectPath = mBluetoothService.getObjectPathFromAddress(device.getAddress()); in disconnectPanDevice()
238 if (!mBluetoothService.disconnectPanServerDeviceNative(objectPath, device.getAddress(), in disconnectPanDevice()
382 if (linkAddr == null || (addr = linkAddr.getAddress()) == null || in enableTethering()
DBluetoothHealthProfileHandler.java141 mBluetoothService.getObjectPathFromAddress(chan.mDevice.getAddress());
208 mBluetoothService.getObjectPathFromAddress(device.getAddress()); in connectChannel()
275 mBluetoothService.getObjectPathFromAddress(device.getAddress()); in disconnectChannel()
347 mBluetoothService.getObjectPathFromAddress(device.getAddress()); in getMainChannelFd()
/frameworks/base/tests/CoreTests/android/core/
DInetAddrTest.java45 raw = ia.getAddress(); in testInetAddr()
54 raw = ia.getAddress(); in testInetAddr()
/frameworks/base/core/java/android/net/dhcp/
DDhcpPacket.java253 byte[] destIpArray = destIp.getAddress(); in fillInPacket()
254 byte[] srcIpArray = srcIp.getAddress(); in fillInPacket()
309 buf.put(mClientIp.getAddress()); in fillInPacket()
310 buf.put(mYourIp.getAddress()); in fillInPacket()
311 buf.put(mNextIp.getAddress()); in fillInPacket()
312 buf.put(mRelayIp.getAddress()); in fillInPacket()
440 addTlv(buf, type, addr.getAddress()); in addTlv()
453 buf.put(addr.getAddress()); in addTlv()
/frameworks/base/telephony/java/com/android/internal/telephony/
DConnection.java84 public abstract String getAddress(); in getAddress() method in Connection
298 str.append("addr: " + getAddress()) in toString()
/frameworks/ex/common/java/com/android/common/
DRfc822Validator.java70 matcher(tokens[0].getAddress()).matches(); in isValid()
128 String text = tokens[i].getAddress(); in fixText()
/frameworks/base/core/java/android/net/arp/
DArpPeer.java78 byte[] desiredIp = mPeer.getAddress(); in doArp()
92 buf.put(mMyAddr.getAddress()); // four bytes: sender IP address in doArp()
/frameworks/compile/linkloader/include/impl/
DELFObject.hxx145 Inst_t S = (Inst_t)(int64_t)sym->getAddress(EM_ARM); in relocateARM()
197 void *callee_addr = sym->getAddress(EM_ARM); in relocateARM()
374 Inst_t S = (Inst_t)(int64_t)sym->getAddress(EM_X86_64); in relocateX86_64()
428 Inst_t S = (Inst_t)(uintptr_t)sym->getAddress(EM_386); in relocateX86_32()
475 Inst_t S = (Inst_t)(uintptr_t)sym->getAddress(EM_MIPS); in relocateMIPS()
569 S = (Inst_t)(intptr_t)sym->getAddress(EM_MIPS); in relocateMIPS()
DELFSectionHeader.hxx89 PRINT_LINT("Address", getAddress()); in print()
/frameworks/base/core/java/android/bluetooth/
DHeadsetBase.java83 mAddress = device.getAddress(); in HeadsetBase()
100 mAddress = device.getAddress(); in HeadsetBase()
DBluetoothSocket.java151 mAddress = device.getAddress(); in BluetoothSocket()
390 inProgress = service.fetchRemoteUuids(device.getAddress(), uuid, this); in doSdp()
/frameworks/base/voip/java/android/net/sip/
DSimpleSessionDescription.java148 public String getAddress() { in getAddress() method in SimpleSessionDescription
149 return mFields.getAddress(); in getAddress()
400 public String getAddress() { in getAddress() method in SimpleSessionDescription.Fields
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java983 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallWaiting()
1007 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallWaiting()
1097 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallWaiting()
1155 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallHold()
1158 mGSMPhone.getBackgroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallHold()
1168 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallHold()
1171 mGSMPhone.getBackgroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallHold()
1207 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallHold()
1210 mGSMPhone.getBackgroundCall().getConnections().get(0).getAddress()); in testIncallMmiCallHold()
1245 mGSMPhone.getForegroundCall().getConnections().get(0).getAddress()); in testIncallMmiMultipartyServices()
[all …]
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pInfo.java73 dest.writeByteArray(groupOwnerAddress.getAddress()); in writeToParcel()
/frameworks/base/core/java/android/hardware/usb/
DUsbEndpoint.java60 public int getAddress() { in getAddress() method in UsbEndpoint
DUsbDeviceConnection.java140 return native_bulk_request(endpoint.getAddress(), buffer, length, timeout); in bulkTransfer()
DUsbRequest.java63 return native_init(connection, endpoint.getAddress(), endpoint.getAttributes(), in initialize()
/frameworks/ex/chips/src/com/android/ex/chips/
DSingleRecipientArrayAdapter.java61 destination.setText(Rfc822Tokenizer.tokenize(entry.getDestination())[0].getAddress()); in bindView()
/frameworks/base/core/java/android/os/
DCommonTimeUtils.java242 final InetAddress a = addr.getAddress(); in transactSetSockaddr()
243 final byte[] b = a.getAddress(); in transactSetSockaddr()

123