/packages/apps/Dialer/src/com/android/dialer/calllog/ |
H A D | PhoneQuery.java | 45 PhoneLookup.PHOTO_ID, 62 PhoneLookup.PHOTO_ID, 84 public static final int PHOTO_ID = 6; field in class:PhoneQuery
|
/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 | 47 Contacts.PHOTO_ID, // 4 59 Contacts.PHOTO_ID, // 4 71 Contacts.PHOTO_ID, // 4 86 Contacts.PHOTO_ID, // 4
|
H A D | PhoneNumberListAdapter.java | 106 Phone.PHOTO_ID, // 6 128 Phone.PHOTO_ID, // 6 149 public static final int PHOTO_ID = 6; field in class:PhoneNumberListAdapter.PhoneQuery 448 bindQuickContact(view, partition, cursor, PhoneQuery.PHOTO_ID, 540 if (!cursor.isNull(PhoneQuery.PHOTO_ID)) { 541 photoId = cursor.getLong(PhoneQuery.PHOTO_ID);
|
H A D | ShortcutIntentBuilder.java | 58 Contacts.PHOTO_ID, 68 Phone.PHOTO_ID,
|
/packages/apps/Dialer/tests/src/com/android/dialer/database/ |
H A D | DatabaseTestUtils.java | 44 Phone.PHOTO_ID, // 7
|
/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/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/ |
H A D | EnterpriseContactsCursorWrapper.java | 97 case Data.PHOTO_ID: 135 case Data.PHOTO_ID:
|
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
H A D | SmartDialCursorLoader.java | 103 row[PhoneQuery.PHOTO_ID] = contact.photoId;
|
/packages/apps/Email/src/com/android/email/activity/ |
H A D | ContactStatusLoader.java | 46 Contacts.PHOTO_ID,
|
/packages/apps/EmergencyInfo/src/com/android/emergency/ |
H A D | EmergencyContactManager.java | 51 ContactsContract.CommonDataKinds.Photo.PHOTO_ID},
|
/packages/apps/Dialer/src/com/android/dialer/database/ |
H A D | DialerDatabaseHelper.java | 114 static final String PHOTO_ID = "photo_id"; field in interface:DialerDatabaseHelper.SmartDialDbColumns 151 Phone.PHOTO_ID, // 7 404 + SmartDialDbColumns.PHOTO_ID + " INTEGER, " 765 SmartDialDbColumns.PHOTO_ID + ", " + 1086 SmartDialDbColumns.PHOTO_ID + ", " +
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
H A D | AggregationSuggestionEngine.java | 296 Data.PHOTO_ID, 311 public static final int PHOTO_ID = 3; field in class:AggregationSuggestionEngine.DataQuery 474 long photoId = mDataCursor.getLong(DataQuery.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/tests/src/com/android/providers/contacts/ |
H A D | EnterpriseContactsCursorWrapperTest.java | 44 /* column 10 */ PhoneLookup.PHOTO_ID, 75 null, // PhoneLookup.PHOTO_ID, 98 1002, // PhoneLookup.PHOTO_ID, 121 null, // PhoneLookup.PHOTO_ID, 144 null, // PhoneLookup.PHOTO_ID, 167 null, // PhoneLookup.PHOTO_ID,
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
H A D | AbstractContactAggregator.java | 327 " SET " + Contacts.PHOTO_ID + "=?," + Contacts.PHOTO_FILE_ID + "=? " + 1318 + Contacts.PHOTO_ID + "=?, " 1334 + Contacts.PHOTO_ID + ", " 1349 int PHOTO_ID = 2; field in interface:AbstractContactAggregator.ContactReplaceSqlStatement 1511 statement.bindLong(ContactReplaceSqlStatement.PHOTO_ID, bestPhotoId); 1513 statement.bindNull(ContactReplaceSqlStatement.PHOTO_ID);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
H A D | ContactPhotoManager.java | 1440 cursor = mResolver.query(uri, new String[] { Contacts.PHOTO_ID }, 1441 Contacts.PHOTO_ID + " NOT NULL AND " + Contacts.PHOTO_ID + "!=0",
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
H A D | ContactLoader.java | 125 Contacts.PHOTO_ID, 207 public static final int PHOTO_ID = 6; field in class:ContactLoader.ContactQuery 651 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
|