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

1 2 3 4 5 6

  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleRecipientEntry.java 61 return getDestination() != null && entry.getDestination() != null &&
62 TextUtils.equals(getDestination(), entry.getDestination());
  /frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
SimpleRecipientChip.java 44 mValue = entry.getDestination().trim();
108 return !TextUtils.isEmpty(mOriginalText) ? mOriginalText : mEntry.getDestination();
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactRecipientAutoCompleteView.java 160 entry.getDestination()).performSynchronousQuery();
168 entry.getDestination())){
173 entry.getDestination())));
254 if (entry != null && entry.isValid() && entry.getDestination() != null &&
255 PhoneUtils.isValidSmsMmsDestination(entry.getDestination())) {
274 if (entry != null && entry.isValid() && entry.getDestination() != null) {
276 entry.getDestination()));
ContactListItemView.java 118 mContactDetailsTextView.setText(mData.getDestination());
122 final String destinationString = String.valueOf(mData.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());
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
FileOperation.java 81 public DocumentStack getDestination() {
138 service, listener, id, getDestination(), getSrc(), getMessenger(), features);
177 return new CompressJob(service, listener, id, getDestination(), getSrc(),
219 service, listener, id, getDestination(), getSrc(), getMessenger(), features);
256 service, listener, id, getDestination(), getSrc(), mSrcParent,
259 return new DeleteJob(service, listener, id, getDestination(), getSrc(),
  /external/r8/buildSrc/src/main/java/dx/
DexMerger.java 32 public File getDestination() {
Dx.java 32 public File getDestination() {
  /external/r8/buildSrc/src/main/java/smali/
Smali.java 30 public File getDestination() {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MachineLocation.h 92 const MachineLocation &getDestination() const { return Destination; }
MCDwarf.h 259 const MachineLocation &getDestination() const { return Destination; }
  /packages/apps/Messaging/src/com/android/messaging/util/
ContactRecipientEntryUtils.java 92 return PhoneUtils.getDefault().formatForDisplay(entry.getDestination());
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecMessage.java 63 public int getDestination() {
HdmiCecLocalDevice.java 225 int dest = message.getDestination();
352 HdmiCecMessage cecMessage = HdmiCecMessageBuilder.buildCecVersion(message.getDestination(),
553 message.getDestination(), message.getParams(), false)) {
566 message.getDestination(), params, true)) {
569 } else if (message.getDestination() != Constants.ADDR_BROADCAST &&
    [all...]
HdmiCecController.java 556 if (isAcceptableAddress(message.getDestination()) && mService.handleCecCommand(message)) {
567 int src = message.getDestination();
602 cecMessage.getDestination(), body);
  /frameworks/base/core/java/android/net/
RouteInfo.java 273 public IpPrefix getDestination() {
432 return Objects.equals(mDestination, target.getDestination()) &&
  /frameworks/base/tests/net/java/android/net/netlink/
RtNetlinkNeighborMessageTest.java 161 final InetAddress destination = neighMsg.getDestination();
188 final InetAddress destination = neighMsg.getDestination();
  /frameworks/opt/chips/src/com/android/ex/chips/
DropdownChipLayouter.java 168 if (!PhoneUtil.isPhoneNumber(entry.getDestination())) {
169 destination = Rfc822Tokenizer.tokenize(entry.getDestination())[0].getAddress();
470 return getStyledResults(constraint, entry.getDisplayName(), entry.getDestination());
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ContactListItemData.java 114 public CharSequence getDestination() {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 146 Instruction *getDestination(const LoopAccessInfo &LAI) const;
732 inline Instruction *MemoryDepChecker::Dependence::getDestination(
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 146 Instruction *getDestination(const LoopAccessInfo &LAI) const;
732 inline Instruction *MemoryDepChecker::Dependence::getDestination(
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 146 Instruction *getDestination(const LoopAccessInfo &LAI) const;
732 inline Instruction *MemoryDepChecker::Dependence::getDestination(
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 146 Instruction *getDestination(const LoopAccessInfo &LAI) const;
732 inline Instruction *MemoryDepChecker::Dependence::getDestination(
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 146 Instruction *getDestination(const LoopAccessInfo &LAI) const;
732 inline Instruction *MemoryDepChecker::Dependence::getDestination(
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 146 Instruction *getDestination(const LoopAccessInfo &LAI) const;
732 inline Instruction *MemoryDepChecker::Dependence::getDestination(

Completed in 525 milliseconds

1 2 3 4 5 6