/packages/apps/Dialer/src/com/android/dialer/calllog/ |
PhoneQuery.java | 32 PhoneLookup.PHOTO_ID, 42 public static final int PHOTO_ID = 6;
|
ContactInfoHelper.java | 166 info.photoId = phonesCursor.getLong(PhoneQuery.PHOTO_ID);
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
ContactsListLoader.java | 36 Contacts.PHOTO_ID, // 7
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactListAdapter.java | 48 Contacts.PHOTO_ID, // 4 59 Contacts.PHOTO_ID, // 4 70 Contacts.PHOTO_ID, // 4 82 Contacts.PHOTO_ID, // 4
|
PhoneNumberListAdapter.java | 74 Phone.PHOTO_ID, // 6 86 Phone.PHOTO_ID, // 6 97 public static final int PHOTO_ID = 6; 347 bindQuickContact(view, partition, cursor, PhoneQuery.PHOTO_ID, 419 if (!cursor.isNull(PhoneQuery.PHOTO_ID)) { 420 photoId = cursor.getLong(PhoneQuery.PHOTO_ID);
|
ShortcutIntentBuilder.java | 55 Contacts.PHOTO_ID, 65 Phone.PHOTO_ID,
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
QuickContactsDemo.java | 40 Contacts.PHOTO_ID, // 5
|
LoaderCursor.java | 169 Contacts.PHOTO_ID,
|
LoaderRetained.java | 174 Contacts.PHOTO_ID,
|
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
SmartDialCursorLoader.java | 96 row[PhoneQuery.PHOTO_ID] = contact.photoId;
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
EmailAddressListAdapter.java | 47 Email.PHOTO_ID, // 4 57 Email.PHOTO_ID, // 4
|
PostalAddressListAdapter.java | 46 StructuredPostal.PHOTO_ID, // 4 56 StructuredPostal.PHOTO_ID, // 4
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
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),
|
PhotoProvider.java | 174 /** Foreign key to photo_id. Long value. */ 175 public static final String PHOTO_ID = "photo_id"; 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/ |
AggregationSuggestionEngine.java | 273 Data.PHOTO_ID, 288 public static final int PHOTO_ID = 3; 428 long photoId = mDataCursor.getLong(DataQuery.PHOTO_ID);
|
/development/samples/Support13Demos/src/com/example/android/supportv13/app/ |
CursorFragment.java | 109 Contacts.PHOTO_ID,
|
/packages/apps/Email/src/com/android/email/activity/ |
ContactStatusLoader.java | 46 Contacts.PHOTO_ID,
|
/packages/apps/Dialer/src/com/android/dialer/database/ |
DialerDatabaseHelper.java | 103 static final String PHOTO_ID = "photo_id"; 139 Phone.PHOTO_ID, // 7 364 SmartDialDbColumns.PHOTO_ID + " INTEGER, " + 626 SmartDialDbColumns.PHOTO_ID + ", " + [all...] |
/packages/experimental/LoaderApp/src/com/android/loaderapp/ |
ContactHeaderWidget.java | 98 Contacts.PHOTO_ID, 110 int PHOTO_ID = 2; 268 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID);
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ConfirmAddDetailActivity.java | 152 Contacts.PHOTO_ID, 157 final int PHOTO_ID = 2; 354 displayNameSelection + " AND " + Contacts.PHOTO_ID + " IS NULL AND " 490 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID); [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
ResultActivity.java | 122 if (names[i].equals(Contacts.PHOTO_ID) && !TextUtils.isEmpty(value)) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/ |
SenderInfoLoader.java | 55 Email.PHOTO_ID, // 4
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
ContactLoader.java | 122 Contacts.PHOTO_ID, 194 public static final int PHOTO_ID = 6; 613 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID); [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
ContactAggregator.java | 320 " SET " + Contacts.PHOTO_ID + "=?," + Contacts.PHOTO_FILE_ID + "=? " + [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/ |
ContactPhotoManager.java | [all...] |