Home
last modified time | relevance | path

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

12

/frameworks/libs/net/common/framework/android/net/util/
DNetUtils.java59 if (addressTypeMatches(route.getDestination().getAddress(), dest)) { in selectBestRoute()
61 && (bestRoute.getDestination().getPrefixLength() in selectBestRoute()
62 >= route.getDestination().getPrefixLength())) { in selectBestRoute()
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
DSimpleRecipientChip.java44 mValue = entry.getDestination().trim(); in SimpleRecipientChip()
108 return !TextUtils.isEmpty(mOriginalText) ? mOriginalText : mEntry.getDestination(); in getOriginalText()
/frameworks/base/tests/net/common/java/android/net/
DRouteInfoTest.java101 assertEquals(Prefix("::/0"), r.getDestination()); in testConstructor()
106 assertEquals(Prefix("0.0.0.0/0"), r.getDestination()); in testConstructor()
112 assertEquals(Prefix("2001:db8:beef::/48"), r.getDestination()); in testConstructor()
117 assertEquals(Prefix("192.0.2.0/24"), r.getDestination()); in testConstructor()
338 assertEquals("192.0.2.4", r.getDestination().getAddress().getHostAddress()); in testTruncation()
342 assertEquals("2001:db8:1:e::", r.getDestination().getAddress().getHostAddress()); in testTruncation()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecMessage.java55 this.mDestination == that.getDestination() && in equals()
87 public int getDestination() { in getDestination() method in HdmiCecMessage
DHdmiCecLocalDevice.java240 int dest = message.getDestination(); in dispatchMessage()
388 message.getDestination(), message.getSource(), version); in handleGetCecVersion()
644 message.getDestination(), in handleVendorCommand()
659 mDeviceType, message.getSource(), message.getDestination(), params, true)) { in handleVendorCommandWithId()
662 } else if (message.getDestination() != Constants.ADDR_BROADCAST in handleVendorCommandWithId()
DHdmiCecLocalDevicePlayback.java300 if (message.getDestination() != Constants.ADDR_BROADCAST in handleSetSystemAudioMode()
316 if (message.getDestination() == mAddress in handleSystemAudioModeStatus()
DHdmiCecController.java578 if (isAcceptableAddress(message.getDestination()) && mService.handleCecCommand(message)) { in onReceiveCommand()
589 int src = message.getDestination(); in maySendFeatureAbortCommand()
624 cecMessage.getSource(), cecMessage.getDestination(), body); in sendCommand()
DHdmiCecMessageValidator.java208 if (message.getDestination() == Constants.ADDR_BROADCAST) { in isValid()
DHdmiCecLocalDeviceTv.java1216 && (message.getDestination() == Constants.ADDR_TV in isMessageForSystemAudio()
1217 || message.getDestination() == Constants.ADDR_BROADCAST) in isMessageForSystemAudio()
DHdmiControlService.java1080 && message.getDestination() != Constants.ADDR_BROADCAST) { in dispatchMessageToLocalDevice()
1085 if (message.getDestination() != Constants.ADDR_BROADCAST) { in dispatchMessageToLocalDevice()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DOffloadController.java543 mHwInterface.removeDownstreamPrefix(ifname, ri.getDestination().toString()); in pushDownstreamState()
551 mHwInterface.addDownstreamPrefix(ifname, ri.getDestination().toString()); in pushDownstreamState()
571 mHwInterface.removeDownstreamPrefix(ifname, route.getDestination().toString()); in removeDownstreamInterface()
612 final InetAddress address = ri.getDestination().getAddress(); in pushUpstreamParameters()
683 final IpPrefix destination = route.getDestination(); in shouldIgnoreDownstreamRoute()
DIPv6TetheringCoordinator.java244 final IpPrefix destination = routeInfo.getDestination(); in getIPv6OnlyLinkProperties()
/frameworks/opt/chips/src/com/android/ex/chips/
DDropdownChipLayouter.java168 if (!PhoneUtil.isPhoneNumber(entry.getDestination())) { in bindView()
169 destination = Rfc822Tokenizer.tokenize(entry.getDestination())[0].getAddress(); in bindView()
470 return getStyledResults(constraint, entry.getDisplayName(), entry.getDestination()); in getStyledResults()
DRecipientAlternatesAdapter.java317 if (!TextUtils.equals(entry1.getDisplayName(), entry1.getDestination()) in getBetterRecipient()
318 && TextUtils.equals(entry2.getDisplayName(), entry2.getDestination())) { in getBetterRecipient()
322 if (!TextUtils.equals(entry2.getDisplayName(), entry2.getDestination()) in getBetterRecipient()
323 && TextUtils.equals(entry1.getDisplayName(), entry1.getDestination())) { in getBetterRecipient()
DRecipientEditTextView.java857 contact.getDestination()); in createChipBitmap()
1166 if (mUntrustedAddresses.contains(contact.getDestination())) { in constructChipSpan()
1944 currentChip.getEntry().getDestination()); in onTouchEvent()
2165 String address = entry.getDestination(); in createAddressText()
2194 String address = entry.getDestination(); in createChipDisplayText()
2295 String destination = item.getDestination(); in createValidatedEntry()
3127 .getDestination()))); in doInBackground()
3148 temp.getEntry().getDestination())) { in doInBackground()
3249 .get(tokenizeAddress(temp.getEntry().getDestination()) in doInBackground()
3310 showCopyDialog(currentChip.getEntry().getDestination()); in onLongPress()
[all …]
DRecipientEntry.java258 public String getDestination() { in getDestination() method in RecipientEntry
DBaseRecipientAdapter.java342 final String emailAddress = entry.getDestination(); in convertResultToString()
/frameworks/base/core/java/android/net/
DRouteInfo.java359 public IpPrefix getDestination() { in getDestination() method in RouteInfo
549 return Objects.equals(mDestination, target.getDestination()) && in equals()
DLinkProperties.java686 route.getDestination(), in routeWithInterface()
/frameworks/native/libs/ui/include_vndk/ui/
DColorSpace.h283 constexpr const ColorSpace& getDestination() const noexcept { return mDestination; } in getDestination() function
/frameworks/native/libs/ui/include/ui/
DColorSpace.h283 constexpr const ColorSpace& getDestination() const noexcept { return mDestination; } in getDestination() function
/frameworks/base/core/java/com/android/internal/net/
DVpnConfig.java133 updateAllowedFamilies(info.getDestination().getAddress()); in addLegacyRoutes()
/frameworks/opt/chips/tests/src/com/android/ex/chips/
DChipsTest.java1042 final String destination1 = entry1.getDestination(); in testCreateTokenizedEntryForPhone()
1047 final String destination2 = entry2.getDestination(); in testCreateTokenizedEntryForPhone()
1052 final String destination3 = entry3.getDestination(); in testCreateTokenizedEntryForPhone()
/frameworks/base/graphics/java/android/graphics/
DColor.java1202 return pack(c[0], c[1], c[2], a, connector.getDestination()); in convert()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1025 InetAddress address = route.getDestination().getAddress();
2460 mConfig.routes.add(new RouteInfo(route.getDestination(), RTN_UNREACHABLE));

12