/packages/apps/Dialer/src/com/android/dialer/calllog/ |
H A D | PhoneQuery.java | 32 PhoneLookup.PHOTO_ID, 42 public static final int PHOTO_ID = 6; field in class:PhoneQuery
|
H A D | ContactInfoHelper.java | 169 info.photoId = phonesCursor.getLong(PhoneQuery.PHOTO_ID);
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
H A D | ContactsListLoader.java | 36 Contacts.PHOTO_ID, // 7
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
H A D | ContactListAdapter.java | 48 Contacts.PHOTO_ID, // 4 59 Contacts.PHOTO_ID, // 4 70 Contacts.PHOTO_ID, // 4 82 Contacts.PHOTO_ID, // 4
|
H A D | PhoneNumberListAdapter.java | 76 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);
|
H A D | ShortcutIntentBuilder.java | 58 Contacts.PHOTO_ID, 68 Phone.PHOTO_ID,
|
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
H A D | SmartDialCursorLoader.java | 94 row[PhoneQuery.PHOTO_ID] = contact.photoId;
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
H A D | EmailAddressListAdapter.java | 47 Email.PHOTO_ID, // 4 57 Email.PHOTO_ID, // 4
|
H A D | PostalAddressListAdapter.java | 46 StructuredPostal.PHOTO_ID, // 4 56 StructuredPostal.PHOTO_ID, // 4
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
H A D | PhotoDatabase.java | 74 // Metadata.PHOTO_ID is a foreign key to Photos._ID 75 { Metadata.PHOTO_ID, "INTEGER NOT NULL" }, 78 createUniqueConstraint(Metadata.PHOTO_ID, Metadata.KEY),
|
H A D | PhotoProvider.java | 175 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/apps/Contacts/src/com/android/contacts/editor/ |
H A D | AggregationSuggestionEngine.java | 273 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/Email/src/com/android/email/activity/ |
H A D | ContactStatusLoader.java | 46 Contacts.PHOTO_ID,
|
/packages/apps/Dialer/src/com/android/dialer/database/ |
H A D | DialerDatabaseHelper.java | 103 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/experimental/LoaderApp/src/com/android/loaderapp/ |
H A D | ContactHeaderWidget.java | 98 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/activities/ |
H A D | ConfirmAddDetailActivity.java | 152 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/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
H A D | ResultActivity.java | 122 if (names[i].equals(Contacts.PHOTO_ID) && !TextUtils.isEmpty(value)) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/ |
H A D | SenderInfoLoader.java | 56 Email.PHOTO_ID, // 3
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
H A D | ContactAggregator.java | 336 " SET " + Contacts.PHOTO_ID + "=?," + Contacts.PHOTO_FILE_ID + "=? " + 2045 + Contacts.PHOTO_ID + "=?, " 2061 + Contacts.PHOTO_ID + ", " 2076 int PHOTO_ID = 2; field in interface:ContactAggregator.ContactReplaceSqlStatement 2238 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId); 2240 statement.bindNull(ContactReplaceSqlStatement.PHOTO_ID);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
H A D | ContactPhotoManager.java | 1390 cursor = mResolver.query(uri, new String[] { Contacts.PHOTO_ID }, 1391 Contacts.PHOTO_ID + " NOT NULL AND " + Contacts.PHOTO_ID + "!=0",
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
H A D | ContactLoader.java | 123 Contacts.PHOTO_ID, 195 public static final int PHOTO_ID = 6; field in class:ContactLoader.ContactQuery 633 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID);
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
H A D | AttendeesView.java | 69 Contacts.PHOTO_ID, // 2
|
H A D | EventLocationAdapter.java | 104 Contacts.PHOTO_ID,
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/ |
H A D | ContactLoaderTest.java | 309 Contacts.PHOTO_ID, Contacts.STARRED, Contacts.CONTACT_PRESENCE,
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | ContactsProvider2.java | 624 .add(Contacts.PHOTO_ID) 919 .add(PhoneLookup.PHOTO_ID, "contacts_view." + Contacts.PHOTO_ID) 4892 " OR (" + Contacts.PHOTO_ID + " NOT NULL AND " + 4893 Contacts.PHOTO_ID + " NOT IN " + 5256 lookupQb.appendWhere(" AND " + Data._ID + "=" + Contacts.PHOTO_ID); 5275 qb.appendWhere(" AND " + Data._ID + "=" + Contacts.PHOTO_ID); 5574 qb.appendWhere(" AND " + Data._ID + "=" + Contacts.PHOTO_ID); 6161 qb.appendWhere(" AND " + Data._ID + "=" + Contacts.PHOTO_ID); 6592 case PhoneLookup.PHOTO_ID [all...] |