/packages/apps/Dialer/src/com/android/dialer/calllog/ |
D | PhoneQuery.java | 45 PhoneLookup.PHOTO_ID, 62 PhoneLookup.PHOTO_ID, 84 public static final int PHOTO_ID = 6; field in PhoneQuery
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
D | ContactListAdapter.java | 47 Contacts.PHOTO_ID, // 4 59 Contacts.PHOTO_ID, // 4 71 Contacts.PHOTO_ID, // 4 86 Contacts.PHOTO_ID, // 4
|
D | PhoneNumberListAdapter.java | 106 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()
|
D | ShortcutIntentBuilder.java | 58 Contacts.PHOTO_ID, 68 Phone.PHOTO_ID,
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
D | PhotoProvider.java | 175 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()
|
D | PhotoDatabase.java | 75 { Metadata.PHOTO_ID, "INTEGER NOT NULL" }, 78 createUniqueConstraint(Metadata.PHOTO_ID, Metadata.KEY),
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | PostalAddressListAdapter.java | 46 StructuredPostal.PHOTO_ID, // 4 56 StructuredPostal.PHOTO_ID, // 4
|
D | EmailAddressListAdapter.java | 47 Email.PHOTO_ID, // 4 57 Email.PHOTO_ID, // 4
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/ |
D | EnterpriseContactsCursorWrapper.java | 97 case Data.PHOTO_ID: in getString() 135 case Data.PHOTO_ID: in getLong()
|
/packages/apps/Dialer/src/com/android/dialer/database/ |
D | DialerDatabaseHelper.java | 114 static final String PHOTO_ID = "photo_id"; field 151 Phone.PHOTO_ID, // 7 404 + SmartDialDbColumns.PHOTO_ID + " INTEGER, " in setupTables() 765 SmartDialDbColumns.PHOTO_ID + ", " + in insertUpdatedContactsAndNumberPrefix() 1086 SmartDialDbColumns.PHOTO_ID + ", " + in getLooseMatches()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | AggregationSuggestionEngine.java | 296 Data.PHOTO_ID, 311 public static final int PHOTO_ID = 3; field in AggregationSuggestionEngine.DataQuery 474 long photoId = mDataCursor.getLong(DataQuery.PHOTO_ID); in getSuggestions()
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | ConfirmAddDetailActivity.java | 152 Contacts.PHOTO_ID, 157 final int PHOTO_ID = 2; field 354 displayNameSelection + " AND " + Contacts.PHOTO_ID + " IS NULL AND " in startDisambiguationQuery() 490 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID); in onQueryComplete()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/ |
D | ContactHeaderWidget.java | 98 Contacts.PHOTO_ID, 110 int PHOTO_ID = 2; field 268 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID); in onQueryComplete()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | ContactsListLoader.java | 36 Contacts.PHOTO_ID, // 7
|
/packages/apps/Dialer/tests/src/com/android/dialer/database/ |
D | DatabaseTestUtils.java | 44 Phone.PHOTO_ID, // 7 in constructNewContactCursor()
|
/packages/apps/Email/src/com/android/email/activity/ |
D | ContactStatusLoader.java | 46 Contacts.PHOTO_ID,
|
/packages/apps/EmergencyInfo/src/com/android/emergency/ |
D | EmergencyContactManager.java | 51 ContactsContract.CommonDataKinds.Photo.PHOTO_ID}, in getContact()
|
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
D | SmartDialCursorLoader.java | 103 row[PhoneQuery.PHOTO_ID] = contact.photoId; in loadInBackground()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | AbstractContactAggregator.java | 327 " SET " + Contacts.PHOTO_ID + "=?," + Contacts.PHOTO_FILE_ID + "=? " + in AbstractContactAggregator() 1318 + Contacts.PHOTO_ID + "=?, " 1334 + Contacts.PHOTO_ID + ", " 1349 int PHOTO_ID = 2; field 1511 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId); in computeAggregateData() 1513 statement.bindNull(ContactReplaceSqlStatement.PHOTO_ID); in computeAggregateData()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | EnterpriseContactsCursorWrapperTest.java | 44 /* column 10 */ PhoneLookup.PHOTO_ID, in testWrappedResults()
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
D | ResultActivity.java | 122 if (names[i].equals(Contacts.PHOTO_ID) && !TextUtils.isEmpty(value)) { in addRowsForQuery()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | ContactLoader.java | 125 Contacts.PHOTO_ID, 207 public static final int PHOTO_ID = 6; field in ContactLoader.ContactQuery 651 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID); in loadContactHeaderData()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ |
D | SenderInfoLoader.java | 56 Email.PHOTO_ID, // 3
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
D | ContactPhotoManager.java | 1440 cursor = mResolver.query(uri, new String[] { Contacts.PHOTO_ID }, in queryPhotosForPreload() 1441 Contacts.PHOTO_ID + " NOT NULL AND " + Contacts.PHOTO_ID + "!=0", in queryPhotosForPreload()
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
D | EventLocationAdapter.java | 104 Contacts.PHOTO_ID,
|