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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientChip.java46 mValue = entry.getDestination().trim();
110 return !TextUtils.isEmpty(mOriginalText) ? mOriginalText : mEntry.getDestination();
H A DSingleRecipientArrayAdapter.java61 destination.setText(Rfc822Tokenizer.tokenize(entry.getDestination())[0].getAddress());
H A DRecipientEntry.java184 public String getDestination() { method in class:RecipientEntry
H A DRecipientEditTextView.java650 return (mValidator != null && mValidator.isValid(contact.getDestination())) ?
973 entry.getDestination()));
1558 String address = entry.getDestination();
1587 String address = entry.getDestination();
1671 String destination = item.getDestination();
2431 .getDestination())));
2498 temp.getEntry().getDestination()).toLowerCase()));
2556 showCopyDialog(currentChip.getEntry().getDestination());
2572 String address = currentChip.getEntry().getDestination();
H A DBaseRecipientAdapter.java313 final String emailAddress = entry.getDestination();
872 String destination = entry.getDestination();
/frameworks/base/core/java/android/net/
H A DRouteInfo.java110 public LinkAddress getDestination() { method in class:RouteInfo
163 target.getDestination() == null
164 : mDestination.equals(target.getDestination());
/frameworks/base/services/java/com/android/server/
H A DNetworkManagementService.java636 final LinkAddress la = route.getDestination();
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfigStore.java740 LinkAddress dest = route.getDestination();

Completed in 202 milliseconds