Home
last modified time | relevance | path

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

12

/frameworks/libs/net/common/framework/com/android/net/module/util/
DNetUtils.java60 if (addressTypeMatches(route.getDestination().getAddress(), dest)) { in selectBestRoute()
62 && (bestRoute.getDestination().getPrefixLength() in selectBestRoute()
63 >= 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/services/core/java/com/android/server/hdmi/
DHdmiCecMessage.java57 this.mDestination == that.getDestination() && in equals()
89 public int getDestination() { in getDestination() method in HdmiCecMessage
DHdmiCecAtomWriter.java76 message.getDestination(), message.getOpcode(), sendMessageResult); in createMessageReportedGenericArgs()
DHdmiCecLocalDevicePlayback.java312 if (message.getDestination() != Constants.ADDR_BROADCAST in handleSetSystemAudioMode()
329 if (message.getDestination() == mAddress in handleSystemAudioModeStatus()
DHdmiCecLocalDevice.java256 int dest = message.getDestination(); in dispatchMessage()
412 message.getDestination(), message.getSource(), version); in handleGetCecVersion()
812 message.getDestination(), in handleVendorCommand()
828 mDeviceType, message.getSource(), message.getDestination(), params, true)) { in handleVendorCommandWithId()
831 } else if (message.getDestination() != Constants.ADDR_BROADCAST in handleVendorCommandWithId()
DHdmiCecController.java571 if (mService.isAddressAllocated() && !isAcceptableAddress(message.getDestination())) { in onReceiveCommand()
588 int src = message.getDestination(); in maySendFeatureAbortCommand()
635 cecMessage.getSource(), cecMessage.getDestination(), body); in sendCommand()
DHdmiCecLocalDeviceTv.java1164 && (message.getDestination() == Constants.ADDR_TV in isMessageForSystemAudio()
1165 || message.getDestination() == Constants.ADDR_BROADCAST) in isMessageForSystemAudio()
DHdmiCecMessageValidator.java272 if (message.getDestination() == Constants.ADDR_BROADCAST) { in isValid()
DHdmiCecNetwork.java585 if (message.getDestination() == Constants.ADDR_BROADCAST) { in handleReportPowerStatus()
DHdmiControlService.java1202 && message.getDestination() != Constants.ADDR_BROADCAST) { in dispatchMessageToLocalDevice()
1208 if (message.getDestination() == Constants.ADDR_BROADCAST) { in dispatchMessageToLocalDevice()
/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/services/tests/servicestests/src/com/android/server/hdmi/
DFakeNativeWrapper.java145 int destination = hdmiCecMessage.getDestination(); in onCecMessage()
DHdmiUtilsTest.java644 assertThat(HdmiUtils.buildMessage("04:00").getDestination()).isEqualTo( in testBuildMessage_destination()
646 assertThat(HdmiUtils.buildMessage("40:00").getDestination()).isEqualTo(Constants.ADDR_TV); in testBuildMessage_destination()
/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_types/ui/
DColorSpace.h283 constexpr const ColorSpace& getDestination() const noexcept { return mDestination; } in getDestination() function
/frameworks/base/core/java/com/android/internal/net/
DVpnConfig.java134 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/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DWifiEntry.java923 if (routeInfo.isDefaultRoute() && routeInfo.getDestination().getAddress() in updateLinkProperties()
/frameworks/base/graphics/java/android/graphics/
DColor.java1201 return pack(c[0], c[1], c[2], a, connector.getDestination()); in convert()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1164 InetAddress address = route.getDestination().getAddress();
2717 mConfig.routes.add(new RouteInfo(route.getDestination(),

12