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

  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleRecipientEntry.java 31 final String destination, final int destinationType, final String destinationLabel,
35 super(entryType, displayName, destination, destinationType, destinationLabel, contactId,
41 final String destinationLabel, final long contactId, final Long directoryId,
45 destinationLabel, contactId, directoryId, dataId, (thumbnailUriAsString != null
51 final String destinationLabel, final long contactId, final Long directoryId,
55 destinationLabel, contactId, directoryId, dataId, (thumbnailUriAsString != null
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEntry.java 83 int destinationType, String destinationLabel, long contactId, Long directoryId,
91 mDestinationLabel = destinationLabel;
162 String destination, int destinationType, String destinationLabel, long contactId,
166 displayName, destination), destination, destinationType, destinationLabel,
171 String destination, int destinationType, String destinationLabel, long contactId,
175 displayName, destination), destination, destinationType, destinationLabel,
182 String destinationLabel, long contactId, Long directoryId, long dataId,
185 displayName, destination), destination, destinationType, destinationLabel,
BaseRecipientAdapter.java 131 public final String destinationLabel;
143 String destinationLabel,
153 this.destinationLabel = destinationLabel;
166 this.destinationLabel = cursor.getString(Queries.Query.DESTINATION_LABEL);
739 entry.destination, entry.destinationType, entry.destinationLabel,
748 entry.destination, entry.destinationType, entry.destinationLabel,
756 entry.destination, entry.destinationType, entry.destinationLabel,
    [all...]
  /frameworks/opt/chips/tests/src/com/android/ex/chips/
RecipientAlternatesAdapterTest.java 81 String destinationLabel,
87 c.addRow(new Object[] {displayName, destination, destinationType, destinationLabel,
96 String destinationLabel,
106 assertEquals(destinationLabel, c.getString(3));
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ContactListItemData.java 60 final String destinationLabel = cursor.getString(ContactUtil.INDEX_PHONE_EMAIL_LABEL);
78 DisplayNameSources.STRUCTURED_NAME, destination, destinationType, destinationLabel,
  /packages/apps/Messaging/src/com/android/messaging/util/
ContactUtil.java 435 final String destinationLabel, final long contactId, final String lookupKey,
439 destination, destinationType, destinationLabel, contactId, null, dataId,
443 destination, destinationType, destinationLabel, contactId, null, dataId,
463 final String destinationLabel = cursor.getString(
473 destinationLabel, contactId, lookupKey, dataId, photoThumbnailUri,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 671 milliseconds