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

/frameworks/ex/chips/src/com/android/ex/chips/recipientchip/
H A DSimpleRecipientChip.java40 mValue = entry.getDestination().trim();
92 return !TextUtils.isEmpty(mOriginalText) ? mOriginalText : mEntry.getDestination();
/frameworks/base/core/tests/coretests/src/android/net/
H A DRouteInfoTest.java52 assertEquals(Prefix("::/0"), r.getDestination());
57 assertEquals(Prefix("0.0.0.0/0"), r.getDestination());
63 assertEquals(Prefix("2001:db8:beef::/48"), r.getDestination());
68 assertEquals(Prefix("192.0.2.0/24"), r.getDestination());
/frameworks/ex/chips/src/com/android/ex/chips/
H A DSingleRecipientArrayAdapter.java61 destination.setText(Rfc822Tokenizer.tokenize(entry.getDestination())[0].getAddress());
H A DRecipientAlternatesAdapter.java284 if (!TextUtils.equals(entry1.getDisplayName(), entry1.getDestination())
285 && TextUtils.equals(entry2.getDisplayName(), entry2.getDestination())) {
289 if (!TextUtils.equals(entry2.getDisplayName(), entry2.getDestination())
290 && TextUtils.equals(entry1.getDisplayName(), entry1.getDestination())) {
H A DRecipientEntry.java191 public String getDestination() { method in class:RecipientEntry
H A DRecipientEditTextView.java991 entry.getDestination());
1600 String address = entry.getDestination();
1629 String address = entry.getDestination();
1706 String destination = item.getDestination();
2542 .getDestination())));
2563 temp.getEntry().getDestination())) {
2668 .get(tokenizeAddress(temp.getEntry().getDestination())
2728 showCopyDialog(currentChip.getEntry().getDestination());
2778 String address = currentChip.getEntry().getDestination();
H A DBaseRecipientAdapter.java340 final String emailAddress = entry.getDestination();
948 String destination = entry.getDestination();
/frameworks/base/core/java/android/net/
H A DRouteInfo.java157 public LinkAddress getDestination() { method in class:RouteInfo
220 target.getDestination() == null
221 : mDestination.equals(target.getDestination());
H A DLinkProperties.java238 route.getDestination(),
/frameworks/base/services/java/com/android/server/
H A DNetworkManagementService.java718 final LinkAddress la = route.getDestination();
1519 LinkAddress dest = route.getDestination();
1531 LinkAddress dest = route.getDestination();
H A DConnectivityService.java1744 LinkAddress dest = r.getDestination();
1769 LinkAddress dest = r.getDestination();
/frameworks/ex/chips/tests/src/com/android/ex/chips/
H A DChipsTest.java1014 final String destination1 = entry1.getDestination();
1019 final String destination2 = entry2.getDestination();
1024 final String destination3 = entry3.getDestination();
/frameworks/base/services/java/com/android/server/wifi/
H A DWifiService.java945 LinkAddress dest = r.getDestination();
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java829 LinkAddress dest = route.getDestination();

Completed in 190 milliseconds