/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/ |
SimpleRecipientChip.java | 44 mValue = entry.getDestination().trim(); 108 return !TextUtils.isEmpty(mOriginalText) ? mOriginalText : mEntry.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()); 223 assertEquals("192.0.2.4", r.getDestination().getAddress().getHostAddress()); 227 assertEquals("2001:db8:1:e::", r.getDestination().getAddress().getHostAddress());
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
HdmiCecMessage.java | 63 public int getDestination() {
|
HdmiCecController.java | 515 if (isAcceptableAddress(message.getDestination()) && mService.handleCecCommand(message)) { 526 int src = message.getDestination(); 560 cecMessage.getDestination(), body);
|
HdmiCecLocalDevice.java | 203 int dest = message.getDestination(); 326 HdmiCecMessage cecMessage = HdmiCecMessageBuilder.buildCecVersion(message.getDestination(), 537 } else if (message.getDestination() != Constants.ADDR_BROADCAST &&
|
HdmiCecMessageValidator.java | 203 if (message.getDestination() == Constants.ADDR_BROADCAST) {
|
HdmiCecLocalDeviceTv.java | [all...] |
HdmiControlService.java | 711 && message.getDestination() != Constants.ADDR_BROADCAST) { 716 if (message.getDestination() != Constants.ADDR_BROADCAST) { [all...] |
/frameworks/base/core/java/android/net/ |
RouteInfo.java | 273 public IpPrefix getDestination() { 438 return Objects.equals(mDestination, target.getDestination()) &&
|
LinkProperties.java | 382 route.getDestination(), [all...] |
/frameworks/opt/chips/src/com/android/ex/chips/ |
DropdownChipLayouter.java | 84 String destination = entry.getDestination(); 122 destination = Rfc822Tokenizer.tokenize(entry.getDestination())[0].getAddress();
|
RecipientAlternatesAdapter.java | 315 if (!TextUtils.equals(entry1.getDisplayName(), entry1.getDestination()) 316 && TextUtils.equals(entry2.getDisplayName(), entry2.getDestination())) { 320 if (!TextUtils.equals(entry2.getDisplayName(), entry2.getDestination()) 321 && TextUtils.equals(entry1.getDisplayName(), entry1.getDestination())) {
|
RecipientEntry.java | 198 public String getDestination() {
|
RecipientEditTextView.java | [all...] |
BaseRecipientAdapter.java | 308 final String emailAddress = entry.getDestination(); [all...] |
/frameworks/base/core/java/com/android/internal/net/ |
VpnConfig.java | 122 updateAllowedFamilies(info.getDestination().getAddress());
|
/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();
|
/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
ChipsTest.java | [all...] |
/external/llvm/lib/Transforms/Utils/ |
Local.cpp | 237 if (IBI->getDestination(i) == TheOnlyDest) 240 IBI->getDestination(i)->removePredecessor(IBI->getParent()); [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 | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar | |
/frameworks/base/services/core/java/com/android/server/connectivity/ |
Vpn.java | 365 InetAddress address = route.getDestination().getAddress(); [all...] |