Searched refs:destinationType (Results 1 – 5 of 5) sorted by relevance
/frameworks/ex/chips/src/com/android/ex/chips/ |
D | RecipientEntry.java | 80 int destinationType, String destinationLabel, long contactId, long dataId, in RecipientEntry() argument 86 mDestinationType = destinationType; in RecipientEntry() 157 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry() argument 160 displayName, destination), destination, destinationType, destinationLabel, in constructTopLevelEntry() 165 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry() argument 168 displayName, destination), destination, destinationType, destinationLabel, in constructTopLevelEntry() 174 int displayNameSource, String destination, int destinationType, in constructSecondLevelEntry() argument 178 displayName, destination), destination, destinationType, destinationLabel, in constructSecondLevelEntry()
|
D | BaseRecipientAdapter.java | 149 public final int destinationType; field in BaseRecipientAdapter.TemporaryEntry 160 int destinationType, in TemporaryEntry() argument 169 this.destinationType = destinationType; in TemporaryEntry() 181 this.destinationType = cursor.getInt(Queries.Query.DESTINATION_TYPE); in TemporaryEntry() 690 entry.destination, entry.destinationType, entry.destinationLabel, in putOneEntry() 699 entry.destination, entry.destinationType, entry.destinationLabel, in putOneEntry() 707 entry.destination, entry.destinationType, entry.destinationLabel, in putOneEntry() 973 final CharSequence destinationType = mQuery in getView() local 977 destinationTypeView.setText(destinationType); in getView()
|
D | RecipientAlternatesAdapter.java | 477 TextView destinationType = (TextView) view.findViewById(android.R.id.text2); in bindView() local 478 if (destinationType != null) { in bindView() 479 destinationType.setText(mQuery.getTypeLabel(context.getResources(), in bindView()
|
/frameworks/ex/chips/tests/src/com/android/ex/chips/ |
D | RecipientAlternatesAdapterTest.java | 75 int destinationType, in addRow() argument 82 c.addRow(new Object[] {displayName, destination, destinationType, destinationLabel, in addRow() 90 int destinationType, in assertRow() argument 100 assertEquals(destinationType, c.getInt(2)); in assertRow()
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 1323 long destinationType = getLong(getColumnIndex(Downloads.Impl.COLUMN_DESTINATION)); in getLocalUri() local 1324 if (destinationType == Downloads.Impl.DESTINATION_FILE_URI || in getLocalUri() 1325 destinationType == Downloads.Impl.DESTINATION_EXTERNAL || in getLocalUri() 1326 destinationType == Downloads.Impl.DESTINATION_NON_DOWNLOADMANAGER_DOWNLOAD) { in getLocalUri()
|