Searched refs:mDestination (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
H A DRouteInfo.java38 private final LinkAddress mDestination; field in class:RouteInfo
68 mDestination = new LinkAddress(NetworkUtils.getNetworkPart(destination.getAddress(),
101 val = (mDestination == null || mDestination.getNetworkPrefixLength() == 0);
103 val = (mDestination == null || mDestination.getNetworkPrefixLength() == 0);
111 return mDestination;
128 if (mDestination != null) val = mDestination.toString();
138 if (mDestination
[all...]
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java52 private final String mDestination; field in class:RecipientEntry
77 mDestination = null;
94 mDestination = destination;
185 return mDestination;

Completed in 48 milliseconds