HomeSort by relevance Sort by last modified time
    Searched refs:getAddress (Results 51 - 75 of 723) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryPreferenceFragment.java 66 if (currentTargetAddress.equalsIgnoreCase(bt.getAddress()) &&
69 } else if (cancelledAddress.equalsIgnoreCase(bt.getAddress())) {
72 preference.setSummary(bt.getAddress());
74 preference.setKey(bt.getAddress());
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 210 public int getAddress() {
352 state.snapshot(insn.getAddress(), snapshot);
355 state.startLocal(insn.getAddress(), local);
402 Integer.toHexString(e.getAddress()) + ": got " +
410 Integer.toHexString(e.getAddress()));
413 int addr = e.getAddress();
418 if (test.getAddress() != addr) {
610 if (endEntry.getAddress() == address) {
760 if (entry.getAddress() != address) {
801 if (entry.getAddress() == address)
    [all...]
PositionList.java 99 arr[at] = new PositionList.Entry(insn.getAddress(), pos);
179 public int getAddress() {
StdCatchBuilder.java 257 result.set(i, oneType, oneHandler.getAddress());
285 return new CatchTable.Entry(startAddress.getAddress(),
286 endAddress.getAddress(), handlers);
310 int startAddress = addresses.getLast(start).getAddress();
311 int endAddress = addresses.getEnd(end).getAddress();
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
PositionList.java 99 arr[at] = new PositionList.Entry(insn.getAddress(), pos);
179 public int getAddress() {
StdCatchBuilder.java 258 result.set(i, oneType, oneHandler.getAddress());
286 return new CatchTable.Entry(startAddress.getAddress(),
287 endAddress.getAddress(), handlers);
311 int startAddress = addresses.getLast(start).getAddress();
312 int endAddress = addresses.getEnd(end).getAddress();
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
PositionList.java 99 arr[at] = new PositionList.Entry(insn.getAddress(), pos);
179 public int getAddress() {
StdCatchBuilder.java 258 result.set(i, oneType, oneHandler.getAddress());
286 return new CatchTable.Entry(startAddress.getAddress(),
287 endAddress.getAddress(), handlers);
311 int startAddress = addresses.getLast(start).getAddress();
312 int endAddress = addresses.getEnd(end).getAddress();
  /external/jetty/src/java/org/eclipse/jetty/io/nio/
ChannelEndPoint.java 410 if (_local==null || _local.getAddress()==null || _local.getAddress().isAnyLocalAddress())
412 return _local.getAddress().getHostAddress();
423 if (_local==null || _local.getAddress()==null || _local.getAddress().isAnyLocalAddress())
425 return _local.getAddress().getCanonicalHostName();
451 return _remote.getAddress().getHostAddress();
464 return _remote.getAddress().getCanonicalHostName();
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PServedUser.java 153 return this.getAddress().equals(((PServedUser) other).getAddress());
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothDiscoveryHelper.java 61 mListener.addDevice(device.getName(), device.getAddress());
78 mListener.addBondedDevice(device.getName(), device.getAddress());
  /packages/apps/UnifiedEmail/src/com/android/mail/
EmailAddress.java 55 public String getAddress() {
86 address = Html.fromHtml(tokens[0].getAddress()).toString();
  /external/guava/guava/src/com/google/common/net/
InetAddresses.java 46 * objects as byte arrays (vis. {@code InetAddress.getAddress()}) they
361 byte[] bytes = ip.getAddress();
553 byte[] bytes = ip.getAddress();
573 return getInet4Address(Arrays.copyOfRange(ip.getAddress(), 12, 16));
591 byte[] bytes = ip.getAddress();
606 return getInet4Address(Arrays.copyOfRange(ip.getAddress(), 2, 6));
681 byte[] bytes = ip.getAddress();
697 byte[] bytes = ip.getAddress();
738 byte[] bytes = ip.getAddress();
762 return getInet4Address(Arrays.copyOfRange(ip.getAddress(), 12, 16))
    [all...]
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeMessageTest.java 295 assertEquals("no name 1 address", "noname1@dom1.com", from[0].getAddress());
299 assertEquals("no name 2 address", "noname2@dom2.com", to[0].getAddress());
303 assertEquals("simple name address", "address3@dom3.org", cc[0].getAddress());
305 assertEquals("double quoted name address", "address4@dom4.org", cc[1].getAddress());
309 assertEquals("quoted name address", "bigG@dom5.net", replyTo[0].getAddress());
311 assertEquals("utf-16 name address", "address6@co.jp", replyTo[1].getAddress());
313 assertEquals("utf-32 name address", "address8@ne.jp", replyTo[2].getAddress());
465 assertEquals("joe@example.org", toAddresses[1].getAddress());
466 assertEquals("jdoe@one.test", toAddresses[2].getAddress());
470 //assertEquals("c@public.example", toAddresses[0].getAddress());
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
PstnIncomingCallNotifier.java 151 String number = connection.getAddress();
190 !TextUtils.isEmpty(connection.getAddress())) {
191 Uri uri = Uri.fromParts(PhoneAccount.SCHEME_TEL, connection.getAddress(), null);
229 !TextUtils.isEmpty(connection.getAddress())) {
230 Uri uri = Uri.fromParts(PhoneAccount.SCHEME_TEL, connection.getAddress(), null);
314 && Objects.equals(original.getAddress(), unknown.getAddress())) {
  /libcore/ojluni/src/main/java/java/net/
DatagramSocket.java 379 InetAddress iaddr = epoint.getAddress();
493 connectInternal(epoint.getAddress(), epoint.getPort());
620 * security checks. First, if <code>p.getAddress().isMulticastAddress()</code>
623 * with <code>p.getAddress()</code> as its argument.
627 * <code>p.getAddress().getHostAddress()</code> and
657 checkAddress (p.getAddress(), "send");
667 if (p.getAddress().isMulticastAddress()) {
668 security.checkMulticast(p.getAddress());
670 security.checkConnect(p.getAddress().getHostAddress(),
676 packetAddress = p.getAddress();
    [all...]
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
BluetoothTest.java 74 * Test the getAddress() function.
77 assertTrue(BluetoothAdapter.checkBluetoothAddress(mAdapter.getAddress()));
123 assertEquals("00:11:22:AA:BB:CC", device.getAddress());
127 assertEquals("01:02:03:04:05:06", device.getAddress());
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
CachedBluetoothDevice.java 386 mName = mDevice.getAddress();
412 mName = mDevice.getAddress();
637 return mDevice.getAddress().hashCode();
694 if (!preferences.contains(mDevice.getAddress())) {
699 int oldPermission = preferences.getInt(mDevice.getAddress(), ACCESS_UNKNOWN);
708 editor.remove(mDevice.getAddress());
757 if (!preferences.contains(mDevice.getAddress())) {
762 int oldPermission = preferences.getInt(mDevice.getAddress(), ACCESS_UNKNOWN);
771 editor.remove(mDevice.getAddress());
789 mMessageRejectionCount = preference.getInt(mDevice.getAddress(), 0)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/interactions/
SmsInteraction.java 49 String address = getAddress();
71 return getAddress();
96 public String getAddress() {
  /packages/services/Telephony/src/com/android/phone/
CallLogger.java 58 final String number = c.getAddress();
153 number = conn.getAddress();
163 // In cdma getAddress() is not always equals to getOrigDialString().
166 number = conn.getAddress();
  /libcore/luni/src/test/java/libcore/java/nio/channels/
DatagramChannelTest.java 126 assertTrue(actualAddress.getAddress().isAnyLocalAddress());
155 assertEquals(bindAddress, actualAddress.getAddress());
191 assertEquals(socketAddress.getAddress(),
192 ((InetSocketAddress)(channel.getLocalAddress())).getAddress());
224 assertEquals(socketAddress.getAddress(),
225 ((InetSocketAddress)(clientChannel.getRemoteAddress())).getAddress());
  /cts/tests/tests/telecom/src/android/telecom/cts/
MockConnectionService.java 57 connection.setAddress(request.getAddress(), CONNECTION_PRESENTATION);
76 connection.setAddress(request.getAddress(), CONNECTION_PRESENTATION);
  /external/jetty/src/java/org/eclipse/jetty/client/
RedirectListener.java 128 HttpDestination destination=_destination.getHttpClient().getDestination(_exchange.getAddress(),isHttps);
149 Address address = _exchange.getAddress();
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 98 ErrorOr<uint64_t> AddrOrErr = Sym.getAddress();
132 ErrorOr<uint64_t> AddrOrErr = I->getAddress();
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 48 uint8_t *Src = Sections[RE.SectionID].getAddress() + RE.Offset;
74 uint64_t SectionBaseAddr = TargetSI->getAddress();
120 uint64_t Addr = Sec.getAddress();
132 Value.Offset += RI->getOffset() + OffsetToNextPC + SecI->getAddress();
138 uint8_t *LocalAddress = Section.getAddress() + RE.Offset;
156 uint64_t SAddr = SI->getAddress();
303 uint8_t *P = EHFrame->getAddress();
309 MemMgr.registerEHFrames(EHFrame->getAddress(), EHFrame->getLoadAddress(),

Completed in 8992 milliseconds

1 23 4 5 6 7 8 91011>>