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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactAggregator.java306 " SET " + Contacts.PHOTO_ID + "=?," + Contacts.PHOTO_FILE_ID + "=? " +
1556 + Photo.PHOTO_FILE_ID +
1588 int PHOTO_FILE_ID = 16; field in interface:ContactAggregator.RawContactsQuery
1597 + Contacts.PHOTO_FILE_ID + "=?, "
1611 + Contacts.PHOTO_FILE_ID + ", "
1623 int PHOTO_FILE_ID = 3; field in interface:ContactAggregator.ContactReplaceSqlStatement
1737 long photoFileId = c.getLong(RawContactsQuery.PHOTO_FILE_ID);
1776 statement.bindLong(ContactReplaceSqlStatement.PHOTO_FILE_ID, bestPhotoFileId);
1778 statement.bindNull(ContactReplaceSqlStatement.PHOTO_FILE_ID);
1854 Photo.PHOTO_FILE_ID,
1860 int PHOTO_FILE_ID = 3; field in interface:ContactAggregator.PhotoIdQuery
[all...]

Completed in 67 milliseconds