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

/packages/apps/Dialer/src/com/android/dialer/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
427 long photoId = mDataCursor.getLong(DataQuery.PHOTO_ID);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DPhoneNumberListAdapter.java76 Phone.PHOTO_ID, // 6
88 Phone.PHOTO_ID, // 6
99 public static final int PHOTO_ID = 6; field in class:PhoneNumberListAdapter.PhoneQuery
367 bindQuickContact(view, partition, cursor, PhoneQuery.PHOTO_ID,
436 if (!cursor.isNull(PhoneQuery.PHOTO_ID)) {
437 photoId = cursor.getLong(PhoneQuery.PHOTO_ID);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java152 Contacts.PHOTO_ID,
157 final int PHOTO_ID = 2; field in interface:ConfirmAddDetailActivity.ContactQuery
354 displayNameSelection + " AND " + Contacts.PHOTO_ID + " IS NULL AND "
490 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/ContactsCommon/src/com/android/contacts/common/model/
H A DContactLoader.java121 Contacts.PHOTO_ID,
193 public static final int PHOTO_ID = 6; field in class:ContactLoader.ContactQuery
616 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID);
/packages/apps/Dialer/src/com/android/dialer/database/
H A DDialerDatabaseHelper.java103 static final String PHOTO_ID = "photo_id"; field in interface:DialerDatabaseHelper.SmartDialDbColumns
139 Phone.PHOTO_ID, // 7
364 SmartDialDbColumns.PHOTO_ID + " INTEGER, " +
628 SmartDialDbColumns.PHOTO_ID + ", " +
928 SmartDialDbColumns.PHOTO_ID + ", " +
/packages/apps/Gallery2/src/com/android/photos/data/
H A DPhotoProvider.java175 public static final String PHOTO_ID = "photo_id"; field in interface:PhotoProvider.Metadata
214 protected static final String WHERE_METADATA_ID = Metadata.PHOTO_ID + " = ? AND "
424 values.getAsString(Metadata.PHOTO_ID), values.getAsString(Metadata.KEY),
462 return nestWhere(Metadata.PHOTO_ID, Photos.TABLE, where);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java320 " SET " + Contacts.PHOTO_ID + "=?," + Contacts.PHOTO_FILE_ID + "=? " +
1780 + Contacts.PHOTO_ID + "=?, "
1796 + Contacts.PHOTO_ID + ", "
1811 int PHOTO_ID = 2; field in interface:ContactAggregator.ContactReplaceSqlStatement
1973 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId);
1975 statement.bindNull(ContactReplaceSqlStatement.PHOTO_ID);

Completed in 7607 milliseconds