Searched refs:getDestination (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DSimpleRecipientChip.java44 mValue = entry.getDestination().trim();
108 return !TextUtils.isEmpty(mOriginalText) ? mOriginalText : mEntry.getDestination();
/frameworks/base/tests/net/java/android/net/
H A DRouteInfoTest.java51 assertEquals(Prefix("::/0"), r.getDestination());
56 assertEquals(Prefix("0.0.0.0/0"), r.getDestination());
62 assertEquals(Prefix("2001:db8:beef::/48"), r.getDestination());
67 assertEquals(Prefix("192.0.2.0/24"), r.getDestination());
224 assertEquals("192.0.2.4", r.getDestination().getAddress().getHostAddress());
228 assertEquals("2001:db8:1:e::", r.getDestination().getAddress().getHostAddress());
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecMessage.java63 public int getDestination() { method in class:HdmiCecMessage
H A DHdmiCecLocalDevice.java225 int dest = message.getDestination();
352 HdmiCecMessage cecMessage = HdmiCecMessageBuilder.buildCecVersion(message.getDestination(),
553 message.getDestination(), message.getParams(), false)) {
566 message.getDestination(), params, true)) {
569 } else if (message.getDestination() != Constants.ADDR_BROADCAST &&
H A DHdmiCecController.java556 if (isAcceptableAddress(message.getDestination()) && mService.handleCecCommand(message)) {
567 int src = message.getDestination();
602 cecMessage.getDestination(), body);
H A DHdmiCecMessageValidator.java208 if (message.getDestination() == Constants.ADDR_BROADCAST) {
H A DHdmiCecLocalDeviceTv.java1228 && (message.getDestination() == Constants.ADDR_TV
1229 || message.getDestination() == Constants.ADDR_BROADCAST)
H A DHdmiControlService.java897 && message.getDestination() != Constants.ADDR_BROADCAST) {
902 if (message.getDestination() != Constants.ADDR_BROADCAST) {
/frameworks/base/core/java/android/net/
H A DRouteInfo.java273 public IpPrefix getDestination() { method in class:RouteInfo
432 return Objects.equals(mDestination, target.getDestination()) &&
/frameworks/base/tests/net/java/android/net/netlink/
H A DRtNetlinkNeighborMessageTest.java170 final InetAddress destination = neighMsg.getDestination();
197 final InetAddress destination = neighMsg.getDestination();
/frameworks/opt/chips/src/com/android/ex/chips/
H A DDropdownChipLayouter.java168 if (!PhoneUtil.isPhoneNumber(entry.getDestination())) {
169 destination = Rfc822Tokenizer.tokenize(entry.getDestination())[0].getAddress();
470 return getStyledResults(constraint, entry.getDisplayName(), entry.getDestination());
H A DRecipientAlternatesAdapter.java317 if (!TextUtils.equals(entry1.getDisplayName(), entry1.getDestination())
318 && TextUtils.equals(entry2.getDisplayName(), entry2.getDestination())) {
322 if (!TextUtils.equals(entry2.getDisplayName(), entry2.getDestination())
323 && TextUtils.equals(entry1.getDisplayName(), entry1.getDestination())) {
H A DRecipientEntry.java258 public String getDestination() { method in class:RecipientEntry
H A DRecipientEditTextView.java854 contact.getDestination());
1163 if (mUntrustedAddresses.contains(contact.getDestination())) {
1941 currentChip.getEntry().getDestination());
2162 String address = entry.getDestination();
2191 String address = entry.getDestination();
2292 String destination = item.getDestination();
3124 .getDestination())));
3145 temp.getEntry().getDestination())) {
3246 .get(tokenizeAddress(temp.getEntry().getDestination())
3307 showCopyDialog(currentChip.getEntry().getDestination());
[all...]
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
H A DOffloadController.java405 mHwInterface.removeDownstreamPrefix(ifname, ri.getDestination().toString());
413 mHwInterface.addDownstreamPrefix(ifname, ri.getDestination().toString());
432 mHwInterface.removeDownstreamPrefix(ifname, route.getDestination().toString());
H A DIPv6TetheringCoordinator.java229 final IpPrefix destination = routeInfo.getDestination();
/frameworks/base/core/java/com/android/internal/net/
H A DVpnConfig.java123 updateAllowedFamilies(info.getDestination().getAddress());
/frameworks/base/services/net/java/android/net/ip/
H A DIpNeighborMonitor.java220 final InetAddress destination = neighMsg.getDestination();
/frameworks/base/services/net/java/android/net/netlink/
H A DRtNetlinkNeighborMessage.java188 public InetAddress getDestination() { method in class:RtNetlinkNeighborMessage
/frameworks/native/include/ui/
H A DColorSpace.h283 constexpr const ColorSpace& getDestination() const noexcept { return mDestination; }
/frameworks/native/libs/ui/include/ui/
H A DColorSpace.h283 constexpr const ColorSpace& getDestination() const noexcept { return mDestination; }
/frameworks/native/libs/ui/include_vndk/ui/
H A DColorSpace.h283 constexpr const ColorSpace& getDestination() const noexcept { return mDestination; }
/frameworks/opt/chips/tests/src/com/android/ex/chips/
H A DChipsTest.java1042 final String destination1 = entry1.getDestination();
1047 final String destination2 = entry2.getDestination();
1052 final String destination3 = entry3.getDestination();
/frameworks/base/graphics/java/android/graphics/
H A DColor.java1202 return pack(c[0], c[1], c[2], a, connector.getDestination());
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java832 InetAddress address = route.getDestination().getAddress();
885 IpPrefix destination = route.getDestination();

Completed in 2468 milliseconds

12