HomeSort by relevance Sort by last modified time
    Searched defs:getDestination (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecMessage.java 63 public int getDestination() {
  /frameworks/base/core/java/android/net/
RouteInfo.java 273 public IpPrefix getDestination() {
432 return Objects.equals(mDestination, target.getDestination()) &&
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ContactListItemData.java 114 public CharSequence getDestination() {
  /frameworks/base/core/tests/coretests/src/android/net/
RouteInfoTest.java 51 assertEquals(Prefix("::/0"), r.getDestination());
56 assertEquals(Prefix("0.0.0.0/0"), r.getDestination());
62 assertEquals(Prefix("2001:db8:beef::/48"), r.getDestination());
67 assertEquals(Prefix("192.0.2.0/24"), r.getDestination());
224 assertEquals("192.0.2.4", r.getDestination().getAddress().getHostAddress());
228 assertEquals("2001:db8:1:e::", r.getDestination().getAddress().getHostAddress());
  /frameworks/base/services/net/java/android/net/netlink/
RtNetlinkNeighborMessage.java 188 public InetAddress getDestination() {
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEntry.java 255 public String getDestination() {
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactListItemView.java 118 mContactDetailsTextView.setText(mData.getDestination());
122 final String destinationString = String.valueOf(mData.getDestination());
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
ContactPickerFragmentTest.java 192 assertEquals(cliv.mData.getDestination(), participants.get(0).getSendDestination());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
RenderingRequest.java 182 public Rect getDestination() {
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 177 Instruction *getDestination(const LoopAccessInfo &LAI) const;
714 inline Instruction *MemoryDepChecker::Dependence::getDestination(
  /external/jetty/src/java/org/eclipse/jetty/client/
AbstractHttpConnection.java 90 public HttpDestination getDestination()
HttpClient.java 163 HttpDestination destination = getDestination(exchange.getAddress(), ssl);
238 public HttpDestination getDestination(Address remote, boolean ssl) throws IOException
240 return getDestination(remote, ssl, getSslContextFactory());
244 public HttpDestination getDestination(Address remote, boolean ssl, SslContextFactory sslContextFactory) throws IOException