Home
last modified time | relevance | path

Searched refs:PHOTO_ID (Results 1 – 25 of 41) sorted by relevance

12

/packages/apps/Dialer/java/com/android/dialer/searchfragment/common/
DProjections.java30 public static final int PHOTO_ID = 5; field in Projections
51 Phone.PHOTO_ID, // 5
71 Data.PHOTO_ID, // 5
90 Data.PHOTO_ID, // 5
/packages/apps/Dialer/java/com/android/dialer/smartdial/
DSmartDialCursorLoader.java103 row[PhoneQuery.PHOTO_ID] = contact.photoId; in loadInBackground()
196 Phone.PHOTO_ID, // 6
210 Phone.PHOTO_ID, // 6
221 public static final int PHOTO_ID = 6; field in SmartDialCursorLoader.PhoneQuery
/packages/apps/Contacts/src/com/android/contacts/list/
DMultiSelectPhoneNumbersListAdapter.java45 Phone.PHOTO_ID, // 6
57 Phone.PHOTO_ID, // 6
68 public static final int PHOTO_ID = 6; field in MultiSelectPhoneNumbersListAdapter.PhoneQuery
162 bindPhoto(view, cursor, PhoneQuery.PHOTO_ID, PhoneQuery.LOOKUP_KEY, in bindView()
DMultiSelectEmailAddressesListAdapter.java45 Email.PHOTO_ID, // 6
57 Email.PHOTO_ID, // 6
68 public static final int PHOTO_ID = 6; field in MultiSelectEmailAddressesListAdapter.EmailQuery
162 bindPhoto(view, cursor, EmailQuery.PHOTO_ID, EmailQuery.LOOKUP_KEY, in bindView()
DPhoneNumberListAdapter.java106 Phone.PHOTO_ID, // 6
128 Phone.PHOTO_ID, // 6
149 public static final int PHOTO_ID = 6; field in PhoneNumberListAdapter.PhoneQuery
448 bindQuickContact(view, partition, cursor, PhoneQuery.PHOTO_ID, in bindView()
540 if (!cursor.isNull(PhoneQuery.PHOTO_ID)) { in bindPhoto()
541 photoId = cursor.getLong(PhoneQuery.PHOTO_ID); in bindPhoto()
DContactListAdapter.java49 Contacts.PHOTO_ID, // 4
61 Contacts.PHOTO_ID, // 4
73 Contacts.PHOTO_ID, // 4
86 Contacts.PHOTO_ID, // 4
DPostalAddressListAdapter.java44 StructuredPostal.PHOTO_ID, // 4
54 StructuredPostal.PHOTO_ID, // 4
DEmailAddressListAdapter.java45 Email.PHOTO_ID, // 4
55 Email.PHOTO_ID, // 4
/packages/apps/Dialer/java/com/android/dialer/speeddial/loader/
DSpeedDialUiItem.java58 public static final int PHOTO_ID = 7; field in SpeedDialUiItem
70 Phone.PHOTO_ID,
83 Phone.PHOTO_ID,
122 .setPhotoId(cursor.getLong(PHOTO_ID)) in fromCursor()
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DPhoneQuery.java32 static final int PHOTO_ID = 6; field in PhoneQuery
61 PhoneLookup.PHOTO_ID,
/packages/apps/Gallery2/src/com/android/photos/data/
DPhotoProvider.java175 public static final String PHOTO_ID = "photo_id"; field
214 protected static final String WHERE_METADATA_ID = Metadata.PHOTO_ID + " = ? AND "
424 values.getAsString(Metadata.PHOTO_ID), values.getAsString(Metadata.KEY), in modifyMetadata()
462 return nestWhere(Metadata.PHOTO_ID, Photos.TABLE, where); in metadataSelectionFromPhotos()
DPhotoDatabase.java75 { Metadata.PHOTO_ID, "INTEGER NOT NULL" },
78 createUniqueConstraint(Metadata.PHOTO_ID, Metadata.KEY),
/packages/apps/Dialer/java/com/android/dialer/contactsfragment/
DContactsCursorLoader.java39 Contacts.PHOTO_ID, // 2
48 Contacts.PHOTO_ID, // 2
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/
DCp2Projections.java40 Phone.PHOTO_ID, // 3
55 PhoneLookup.PHOTO_ID, // 3
/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
DCp2Contact.java102 .setPhotoId(cursor.getInt(Projections.PHOTO_ID)) in fromCursor()
120 row[Projections.PHOTO_ID] = photoId(); in toCursorRow()
DSearchContactViewHolder.java121 cursor.getLong(Projections.PHOTO_ID), in bind()
279 .setPhotoId(cursor.getLong(Projections.PHOTO_ID)) in getDialerContact()
/packages/apps/Dialer/java/com/android/dialer/database/
DDialerDatabaseHelper.java131 + SmartDialDbColumns.PHOTO_ID in setupTables()
517 + SmartDialDbColumns.PHOTO_ID in insertUpdatedContactsAndNumberPrefix()
916 + SmartDialDbColumns.PHOTO_ID in getLooseMatches()
1044 String PHOTO_ID = "photo_id"; field
1087 Phone.PHOTO_ID, // 7
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupMembersAdapter.java43 Data.PHOTO_ID,
53 Data.PHOTO_ID,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
DEnterpriseContactsCursorWrapper.java97 case Data.PHOTO_ID: in getString()
135 case Data.PHOTO_ID: in getLong()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java328 " SET " + Contacts.PHOTO_ID + "=?," + Contacts.PHOTO_FILE_ID + "=? " + in AbstractContactAggregator()
1323 + Contacts.PHOTO_ID + "=?, "
1339 + Contacts.PHOTO_ID + ", "
1354 int PHOTO_ID = 2; field
1516 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId); in computeAggregateData()
1518 statement.bindNull(ContactReplaceSqlStatement.PHOTO_ID); in computeAggregateData()
/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionEngine.java299 public static final int PHOTO_ID = 9; field in AggregationSuggestionEngine.DataQuery
430 final Long id = mDataCursor.getLong(DataQuery.PHOTO_ID); in getSuggestions()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/
Dphone_lookup_info.proto43 // android.provider.ContactsContract.CommonDataKinds.Phone.PHOTO_ID
45 // android.provider.ContactsContract.PhoneLookup.PHOTO_ID
/packages/apps/Contacts/src/com/android/contacts/
DShortcutIntentBuilder.java64 Contacts.PHOTO_ID,
74 Phone.PHOTO_ID,
/packages/apps/Dialer/java/com/android/dialer/contactphoto/
DContactPhotoManagerImpl.java1093 new String[] {Contacts.PHOTO_ID}, in queryPhotosForPreload()
1094 Contacts.PHOTO_ID + " NOT NULL AND " + Contacts.PHOTO_ID + "!=0", in queryPhotosForPreload()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java427 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID); in loadContactHeaderData()
795 public static final int PHOTO_ID = 6; field in ContactLoader.ContactQuery
862 Contacts.PHOTO_ID,

12