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

/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DPhoneQuery.java32 PhoneLookup.PHOTO_ID,
42 public static final int PHOTO_ID = 6; field in class:PhoneQuery
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java273 Data.PHOTO_ID,
288 public static final int PHOTO_ID = 3; field in class:AggregationSuggestionEngine.DataQuery
423 long photoId = mDataCursor.getLong(DataQuery.PHOTO_ID);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java129 Contacts.PHOTO_ID,
134 final int PHOTO_ID = 2; field in interface:ConfirmAddDetailActivity.ContactQuery
328 Contacts.DISPLAY_NAME_PRIMARY + " = ? and " + Contacts.PHOTO_ID + " is null and "
460 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID);
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java98 Contacts.PHOTO_ID,
110 int PHOTO_ID = 2; field in interface:ContactHeaderWidget.ContactQuery
268 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID);
/packages/apps/Contacts/src/com/android/contacts/
H A DContactLoader.java498 Contacts.PHOTO_ID,
570 public final static int PHOTO_ID = 6; field in class:ContactLoader.ContactQuery
853 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactAggregator.java306 " SET " + Contacts.PHOTO_ID + "=?," + Contacts.PHOTO_FILE_ID + "=? " +
1596 + Contacts.PHOTO_ID + "=?, "
1610 + Contacts.PHOTO_ID + ", "
1622 int PHOTO_ID = 2; field in interface:ContactAggregator.ContactReplaceSqlStatement
1770 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId);
1772 statement.bindNull(ContactReplaceSqlStatement.PHOTO_ID);
H A DLegacyContactImporter.java1040 " SET " + Contacts.PHOTO_ID + "=? WHERE " + Contacts._ID + "=?";
1042 int PHOTO_ID = 1; field in interface:LegacyContactImporter.PhotoIdUpdate
1081 photoIdUpdate.bindLong(PhotoIdUpdate.PHOTO_ID, rowId);

Completed in 87 milliseconds