Searched defs:destinationType (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/chips/tests/src/com/android/ex/chips/
H A DRecipientAlternatesAdapterTest.java80 int destinationType,
87 c.addRow(new Object[] {displayName, destination, destinationType, destinationLabel,
95 int destinationType,
105 assertEquals(destinationType, c.getInt(2));
77 addRow(MatrixCursor c, String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String photoUri, int displayNameSource ) argument
92 assertRow(Cursor c, int position, String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String photoUri, int displayNameSource ) argument
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java83 int destinationType, String destinationLabel, long contactId, Long directoryId,
90 mDestinationType = destinationType;
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,
181 int displayNameSource, String destination, int destinationType,
185 displayName, destination), destination, destinationType, destinationLabel,
82 RecipientEntry(int entryType, String displayName, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, Uri photoThumbnailUri, boolean isFirstLevel, boolean isValid, String lookupKey) argument
161 constructTopLevelEntry(String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, Uri photoThumbnailUri, boolean isValid, String lookupKey) argument
170 constructTopLevelEntry(String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, String thumbnailUriAsString, boolean isValid, String lookupKey) argument
180 constructSecondLevelEntry(String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, String thumbnailUriAsString, boolean isValid, String lookupKey) argument
H A DBaseRecipientAdapter.java130 public final int destinationType; field in class:BaseRecipientAdapter.TemporaryEntry
142 int destinationType,
152 this.destinationType = destinationType;
165 this.destinationType = cursor.getInt(Queries.Query.DESTINATION_TYPE);
739 entry.destination, entry.destinationType, entry.destinationLabel,
748 entry.destination, entry.destinationType, entry.destinationLabel,
756 entry.destination, entry.destinationType, entry.destinationLabel,
139 TemporaryEntry( String displayName, String destination, int destinationType, String destinationLabel, long contactId, Long directoryId, long dataId, String thumbnailUriString, int displayNameSource, String lookupKey) argument

Completed in 100 milliseconds