HomeSort by relevance Sort by last modified time
    Searched refs:getDestination (Results 1 - 24 of 24) sorted by null

  /frameworks/ex/chips/src/com/android/ex/chips/recipientchip/
SimpleRecipientChip.java 40 mValue = entry.getDestination().trim();
92 return !TextUtils.isEmpty(mOriginalText) ? mOriginalText : mEntry.getDestination();
  /frameworks/base/core/tests/coretests/src/android/net/
RouteInfoTest.java 52 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/
SingleRecipientArrayAdapter.java 61 destination.setText(Rfc822Tokenizer.tokenize(entry.getDestination())[0].getAddress());
RecipientAlternatesAdapter.java 284 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())) {
RecipientEntry.java 191 public String getDestination() {
RecipientEditTextView.java     [all...]
BaseRecipientAdapter.java 340 final String emailAddress = entry.getDestination();
    [all...]
  /frameworks/base/core/java/android/net/
RouteInfo.java 157 public LinkAddress getDestination() {
220 target.getDestination() == null
221 : mDestination.equals(target.getDestination());
LinkProperties.java 238 route.getDestination(),
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
RenderingRequest.java 182 public Rect getDestination() {
CachingPipeline.java 311 request.getDestination());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeMoveParticipant.java 131 Object destination = getArguments().getDestination();
  /external/llvm/lib/Transforms/Utils/
Local.cpp 236 if (IBI->getDestination(i) == TheOnlyDest)
239 IBI->getDestination(i)->removePredecessor(IBI->getParent());
    [all...]
SimplifyCFG.cpp     [all...]
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 718 final LinkAddress la = route.getDestination();
    [all...]
ConnectivityService.java     [all...]
  /frameworks/ex/chips/tests/src/com/android/ex/chips/
ChipsTest.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /frameworks/base/services/java/com/android/server/wifi/
WifiService.java     [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 829 LinkAddress dest = route.getDestination();
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 953 milliseconds