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

/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DPhoneQuery.java34 PhoneLookup.PHOTO_URI};
44 public static final int PHOTO_URI = 8; field in class:PhoneQuery
H A DContactInfoHelper.java126 UriUtils.parseUriOrNull(phonesCursor.getString(PhoneQuery.PHOTO_URI));
/packages/apps/Contacts/src/com/android/contacts/
H A DContactTileLoaderFactory.java35 public final static int PHOTO_URI = 3; field in class:ContactTileLoaderFactory
49 Contacts.PHOTO_URI, // ....................................3
65 Contacts.PHOTO_URI, // ....................................3
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/Contacts/src/com/android/contacts/activities/
H A DPhotoSelectionActivity.java69 public static final String PHOTO_URI = "photo_uri"; field in class:PhotoSelectionActivity
169 mPhotoUri = intent.getParcelableExtra(PHOTO_URI);
275 intent.putExtra(PHOTO_URI, photoUri);
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java181 Contacts.PHOTO_URI,
253 public static final int PHOTO_URI = 61; field in class:ContactLoader.ContactQuery
509 final String photoUri = cursor.getString(ContactQuery.PHOTO_URI);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java121 Contacts.PHOTO_URI,
155 Contacts.PHOTO_URI,
193 Contacts.PHOTO_URI,
233 Contacts.PHOTO_URI,
346 Contacts.PHOTO_URI,
415 Contacts.PHOTO_URI,
499 Contacts.PHOTO_URI,
577 PhoneLookup.PHOTO_URI,
4183 new String[]{StreamItemPhotos._ID, StreamItemPhotos.PHOTO_URI},
4251 String displayPhotoUri = getStoredValue(photoUri, StreamItemPhotos.PHOTO_URI);
[all...]
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactTileAdapter.java169 mPhotoUriIndex = ContactTileLoaderFactory.PHOTO_URI;
/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DContactLoaderTest.java324 Contacts.PHOTO_URI,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java1621 Contacts.PHOTO_URI) + ", "
1694 + buildDisplayPhotoUriAlias(ContactsColumns.CONCRETE_ID, Contacts.PHOTO_URI) + ", "
1744 Contacts.PHOTO_URI) + ", "
H A DContactsProvider2.java562 .add(Contacts.PHOTO_URI)
850 .add(PhoneLookup.PHOTO_URI, "contacts_view." + Contacts.PHOTO_URI)
1009 .add(StreamItemPhotos.PHOTO_URI,

Completed in 163 milliseconds