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

/frameworks/ex/chips/tests/src/com/android/ex/chips/
H A DRecipientAlternatesAdapterTest.java70 int destinationType,
77 c.addRow(new Object[] {displayName, destination, destinationType, destinationLabel,
85 int destinationType,
95 assertEquals(destinationType, c.getInt(2));
67 addRow(MatrixCursor c, String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String photoUri, int displayNameSource ) argument
82 assertRow(Cursor c, int position, String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String photoUri, int displayNameSource ) argument
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java89 String destination, int destinationType, String destinationLabel,
95 mDestinationType = destinationType;
146 String displayName, int displayNameSource, String destination, int destinationType,
150 destination, destinationType, destinationLabel,
156 String displayName, int displayNameSource, String destination, int destinationType,
161 destination, destinationType, destinationLabel,
167 String displayName, int displayNameSource, String destination, int destinationType,
171 destination, destinationType, destinationLabel,
87 RecipientEntry( int entryType, String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, Uri photoThumbnailUri, boolean isFirstLevel) argument
145 constructTopLevelEntry( String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, long dataId, Uri photoThumbnailUri) argument
155 constructTopLevelEntry( String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String thumbnailUriAsString) argument
166 constructSecondLevelEntry( String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String thumbnailUriAsString) argument
H A DBaseRecipientAdapter.java146 public final int destinationType; field in class:BaseRecipientAdapter.TemporaryEntry
156 this.destinationType = cursor.getInt(Queries.Query.DESTINATION_TYPE);
650 entry.destination, entry.destinationType, entry.destinationLabel,
658 entry.destination, entry.destinationType, entry.destinationLabel,
665 entry.destination, entry.destinationType, entry.destinationLabel,
897 final CharSequence destinationType = mQuery
901 destinationTypeView.setText(destinationType);

Completed in 64 milliseconds