/frameworks/libs/net/common/framework/android/net/util/ |
D | NetUtils.java | 59 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/ |
D | SimpleRecipientChip.java | 44 mValue = entry.getDestination().trim(); in SimpleRecipientChip() 108 return !TextUtils.isEmpty(mOriginalText) ? mOriginalText : mEntry.getDestination(); in getOriginalText()
|
/frameworks/base/tests/net/common/java/android/net/ |
D | RouteInfoTest.java | 101 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/ |
D | HdmiCecMessage.java | 55 this.mDestination == that.getDestination() && in equals() 87 public int getDestination() { in getDestination() method in HdmiCecMessage
|
D | HdmiCecLocalDevice.java | 240 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()
|
D | HdmiCecLocalDevicePlayback.java | 300 if (message.getDestination() != Constants.ADDR_BROADCAST in handleSetSystemAudioMode() 316 if (message.getDestination() == mAddress in handleSystemAudioModeStatus()
|
D | HdmiCecController.java | 578 if (isAcceptableAddress(message.getDestination()) && mService.handleCecCommand(message)) { in onReceiveCommand() 589 int src = message.getDestination(); in maySendFeatureAbortCommand() 624 cecMessage.getSource(), cecMessage.getDestination(), body); in sendCommand()
|
D | HdmiCecMessageValidator.java | 208 if (message.getDestination() == Constants.ADDR_BROADCAST) { in isValid()
|
D | HdmiCecLocalDeviceTv.java | 1216 && (message.getDestination() == Constants.ADDR_TV in isMessageForSystemAudio() 1217 || message.getDestination() == Constants.ADDR_BROADCAST) in isMessageForSystemAudio()
|
D | HdmiControlService.java | 1080 && 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/ |
D | OffloadController.java | 543 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()
|
D | IPv6TetheringCoordinator.java | 244 final IpPrefix destination = routeInfo.getDestination(); in getIPv6OnlyLinkProperties()
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | DropdownChipLayouter.java | 168 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()
|
D | RecipientAlternatesAdapter.java | 317 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()
|
D | RecipientEditTextView.java | 857 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 …]
|
D | RecipientEntry.java | 258 public String getDestination() { in getDestination() method in RecipientEntry
|
D | BaseRecipientAdapter.java | 342 final String emailAddress = entry.getDestination(); in convertResultToString()
|
/frameworks/base/core/java/android/net/ |
D | RouteInfo.java | 359 public IpPrefix getDestination() { in getDestination() method in RouteInfo 549 return Objects.equals(mDestination, target.getDestination()) && in equals()
|
D | LinkProperties.java | 686 route.getDestination(), in routeWithInterface()
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | ColorSpace.h | 283 constexpr const ColorSpace& getDestination() const noexcept { return mDestination; } in getDestination() function
|
/frameworks/native/libs/ui/include/ui/ |
D | ColorSpace.h | 283 constexpr const ColorSpace& getDestination() const noexcept { return mDestination; } in getDestination() function
|
/frameworks/base/core/java/com/android/internal/net/ |
D | VpnConfig.java | 133 updateAllowedFamilies(info.getDestination().getAddress()); in addLegacyRoutes()
|
/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
D | ChipsTest.java | 1042 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/ |
D | Color.java | 1202 return pack(c[0], c[1], c[2], a, connector.getDestination()); in convert()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Vpn.java | 1025 InetAddress address = route.getDestination().getAddress(); 2460 mConfig.routes.add(new RouteInfo(route.getDestination(), RTN_UNREACHABLE));
|