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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java320 " SET " + Contacts.PHOTO_ID + "=?," + Contacts.PHOTO_FILE_ID + "=? " +
1736 + Photo.PHOTO_FILE_ID +
1772 int PHOTO_FILE_ID = 17; field in interface:ContactAggregator.RawContactsQuery
1781 + Contacts.PHOTO_FILE_ID + "=?, "
1797 + Contacts.PHOTO_FILE_ID + ", "
1812 int PHOTO_FILE_ID = 3; field in interface:ContactAggregator.ContactReplaceSqlStatement
1936 long photoFileId = c.getLong(RawContactsQuery.PHOTO_FILE_ID);
1979 statement.bindLong(ContactReplaceSqlStatement.PHOTO_FILE_ID, bestPhotoFileId);
1981 statement.bindNull(ContactReplaceSqlStatement.PHOTO_FILE_ID);
2061 Photo.PHOTO_FILE_ID,
2067 int PHOTO_FILE_ID = 3; field in interface:ContactAggregator.PhotoIdQuery
[all...]

Completed in 107 milliseconds