Searched refs:PHOTO_URI (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DPhoneQuery.java34 PhoneLookup.PHOTO_URI};
44 public static final int PHOTO_URI = 8; field in class:PhoneQuery
H A DContactInfoHelper.java171 UriUtils.parseUriOrNull(phonesCursor.getString(PhoneQuery.PHOTO_URI));
/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DContactTileLoaderFactory.java34 public final static int PHOTO_URI = 3; field in class:ContactTileLoaderFactory
54 Contacts.PHOTO_URI, // ....................................3
70 Contacts.PHOTO_URI, // ....................................3
/packages/apps/Contacts/src/com/android/contacts/
H A DGroupMemberLoader.java42 Data.PHOTO_URI, // 3
56 Data.PHOTO_URI, // 1
/packages/apps/Contacts/src/com/android/contacts/util/
H A DStreamItemPhotoEntry.java54 mPhotoUri = getString(cursor, StreamItemPhotos.PHOTO_URI);
/packages/apps/Dialer/src/com/android/dialer/list/
H A DRegularSearchListAdapter.java49 final String photoUriStr = item.getString(PhoneQuery.PHOTO_URI);
H A DPhoneFavoritesTileAdapter.java196 mPhotoUriIndex = ContactTileLoaderFactory.PHOTO_URI;
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPhotoSelectionActivity.java73 public static final String PHOTO_URI = "photo_uri"; field in class:PhotoSelectionActivity
173 mPhotoUri = intent.getParcelableExtra(PHOTO_URI);
279 intent.putExtra(PHOTO_URI, photoUri);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DPhoneNumberListAdapter.java98 public static final int PHOTO_URI = 8; field in class:PhoneNumberListAdapter.PhoneQuery
347 PhoneQuery.PHOTO_URI, PhoneQuery.CONTACT_ID,
425 final String photoUriString = cursor.getString(PhoneQuery.PHOTO_URI);
H A DContactTileAdapter.java156 mPhotoUriIndex = ContactTileLoaderFactory.PHOTO_URI;
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContactLoader.java182 Contacts.PHOTO_URI,
254 public static final int PHOTO_URI = 61; field in class:ContactLoader.ContactQuery
366 final String photoUri = json.optString(Contacts.PHOTO_URI, null);
614 final String photoUri = cursor.getString(ContactQuery.PHOTO_URI);
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
H A DContactLoaderTest.java324 Contacts.PHOTO_URI,
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java137 Contacts.PHOTO_URI,
177 Contacts.PHOTO_URI,
221 Contacts.PHOTO_URI,
269 Contacts.PHOTO_URI,
394 Contacts.PHOTO_URI,
471 Contacts.PHOTO_URI,
561 Contacts.PHOTO_URI,
640 PhoneLookup.PHOTO_URI,
4613 new String[]{StreamItemPhotos._ID, StreamItemPhotos.PHOTO_URI},
4681 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI);
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java1689 Contacts.PHOTO_URI) + ", "
1769 + buildDisplayPhotoUriAlias(ContactsColumns.CONCRETE_ID, Contacts.PHOTO_URI) + ", "
1819 Contacts.PHOTO_URI) + ", "
H A DContactsProvider2.java605 .add(Contacts.PHOTO_URI)
897 .add(PhoneLookup.PHOTO_URI, "contacts_view." + Contacts.PHOTO_URI)
1061 .add(StreamItemPhotos.PHOTO_URI,

Completed in 1332 milliseconds