HomeSort by relevance Sort by last modified time
    Searched full: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 99 int destinationType, String destinationLabel, long contactId, Long directoryId,
103 destinationLabel, contactId, directoryId, dataId, photoThumbnailUri,
108 int destinationType, String destinationLabel, long contactId, Long directoryId,
116 mDestinationLabel = destinationLabel;
131 int destinationType, String destinationLabel, long contactId, Long directoryId,
134 this(entryType, displayName, destination, destinationType, destinationLabel,
188 String destination, int destinationType, String destinationLabel, long contactId,
192 displayName, destination), destination, destinationType, destinationLabel,
198 String destination, int destinationType, String destinationLabel, long contactId,
202 displayName, destination), destination, destinationType, destinationLabel,
    [all...]
BaseRecipientAdapter.java 143 public final String destinationLabel;
155 String destinationLabel,
165 this.destinationLabel = destinationLabel;
178 this.destinationLabel = cursor.getString(Queries.Query.DESTINATION_LABEL);
    [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 63 final String destinationLabel = cursor.getString(ContactUtil.INDEX_PHONE_EMAIL_LABEL);
81 DisplayNameSources.STRUCTURED_NAME, destination, destinationType, destinationLabel,
  /packages/apps/Messaging/src/com/android/messaging/util/
ContactUtil.java 469 final String destinationLabel, final long contactId, final String lookupKey,
473 destination, destinationType, destinationLabel, contactId, null, dataId,
477 destination, destinationType, destinationLabel, contactId, null, dataId,
497 final String destinationLabel = cursor.getString(
507 destinationLabel, contactId, lookupKey, dataId, photoThumbnailUri,
  /external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/
GdxSetupUI.java 446 JLabel destinationLabel = new JLabel("Destination:");
479 destinationLabel.setForeground(Color.WHITE);
507 add(destinationLabel, new GridBagConstraints(0, 3, 1, 1, 0, 0, EAST, NONE, new Insets(0, 0, 0, 6), 0, 0));

Completed in 670 milliseconds