HomeSort by relevance Sort by last modified time
    Searched refs:PHOTO_THUMBNAIL_URI (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/opt/chips/src/com/android/ex/chips/
Queries.java 38 Contacts.PHOTO_THUMBNAIL_URI, // 6
58 Contacts.PHOTO_THUMBNAIL_URI, // 6
82 public static final int PHOTO_THUMBNAIL_URI = 6; // String
RecipientAlternatesAdapter.java 264 c.getString(Queries.Query.PHOTO_THUMBNAIL_URI),
486 defaultPhotoThumbnailUri = original.getString(Query.PHOTO_THUMBNAIL_URI);
513 original.getString(Query.PHOTO_THUMBNAIL_URI),
522 if (row[Query.PHOTO_THUMBNAIL_URI] == null) {
523 row[Query.PHOTO_THUMBNAIL_URI] = defaultPhotoThumbnailUri;
533 final String photoThumbnailUri = (String) row[Query.PHOTO_THUMBNAIL_URI];
536 row[Query.PHOTO_THUMBNAIL_URI] = sCorrectedPhotoUris.get(photoThumbnailUri);
551 row[Query.PHOTO_THUMBNAIL_URI] = correctedUri;
582 c.getString(Queries.Query.PHOTO_THUMBNAIL_URI),
BaseRecipientAdapter.java 182 this.thumbnailUriString = cursor.getString(Queries.Query.PHOTO_THUMBNAIL_URI);
    [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
ContactListItemViewTest.java 85 (String) cursor.getAt(Contacts.PHOTO_THUMBNAIL_URI, row), true);
96 (String) cursor.getAt(Contacts.PHOTO_THUMBNAIL_URI, row), false);
120 (String) cursor.getAt(Contacts.PHOTO_THUMBNAIL_URI, 1), true);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListAdapter.java 48 Contacts.PHOTO_THUMBNAIL_URI, // 5
60 Contacts.PHOTO_THUMBNAIL_URI, // 5
72 Contacts.PHOTO_THUMBNAIL_URI, // 5
87 Contacts.PHOTO_THUMBNAIL_URI, // 5
PhoneNumberListAdapter.java 108 Phone.PHOTO_THUMBNAIL_URI, // 8
130 Phone.PHOTO_THUMBNAIL_URI, // 8
  /packages/apps/Messaging/src/com/android/messaging/util/
ContactUtil.java 85 Phone.PHOTO_THUMBNAIL_URI, // 2
103 PhoneLookup.PHOTO_THUMBNAIL_URI, // 2
134 Email.PHOTO_THUMBNAIL_URI, // 2
153 Profile.PHOTO_THUMBNAIL_URI, // 2
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/enterprise/
EnterpriseContactsCursorWrapper.java 84 case Contacts.PHOTO_THUMBNAIL_URI:
162 * Generate a photo URI for {@link PhoneLookup#PHOTO_THUMBNAIL_URI}.
169 final int thumbnailUriIndex = originalCursor.getColumnIndex(Contacts.PHOTO_THUMBNAIL_URI);
181 Log.e(TAG, "EnterpriseContactsCursorWrapper contains invalid PHOTO_THUMBNAIL_URI");
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ContactsTest.java     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_FrequentsStrequentsTest.java 69 Contacts.PHOTO_THUMBNAIL_URI,
106 Contacts.PHOTO_THUMBNAIL_URI,
ContactsContract_ContactsTest.java 200 Contacts.PHOTO_THUMBNAIL_URI,
ContactsContract_DataTest.java 115 Contacts.PHOTO_THUMBNAIL_URI,
341 Contacts.PHOTO_THUMBNAIL_URI,
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
EnterpriseContactsCursorWrapperTest.java 46 /* column 12 */ PhoneLookup.PHOTO_THUMBNAIL_URI,
77 null, // PhoneLookup.PHOTO_THUMBNAIL_URI,
100 "content://a/b", // PhoneLookup.PHOTO_THUMBNAIL_URI,
123 "content://com.android.contacts/contacts/11/photo", // PhoneLookup.PHOTO_THUMBNAIL_URI,
146 "content://com.android.contacts/contacts/12/photo", // PhoneLookup.PHOTO_THUMBNAIL_URI,
169 "content://com.android.contacts/contacts/13/photo", // PhoneLookup.PHOTO_THUMBNAIL_URI,
ContactsProvider2Test.java 201 Contacts.PHOTO_THUMBNAIL_URI,
242 Contacts.PHOTO_THUMBNAIL_URI,
287 Contacts.PHOTO_THUMBNAIL_URI,
336 Contacts.PHOTO_THUMBNAIL_URI,
465 Contacts.PHOTO_THUMBNAIL_URI,
545 Contacts.PHOTO_THUMBNAIL_URI,
637 Contacts.PHOTO_THUMBNAIL_URI,
723 PhoneLookup.PHOTO_THUMBNAIL_URI,
751 PhoneLookup.PHOTO_THUMBNAIL_URI,
    [all...]
  /cts/hostsidetests/devicepolicy/app/ContactDirectoryProvider/src/com/android/cts/contactdirectoryprovider/
DirectoryProvider.java 158 } else if (column.equals(Contacts.PHOTO_THUMBNAIL_URI)) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java 232 + Contacts.PHOTO_THUMBNAIL_URI + ", "
ContactsDatabaseHelper.java     [all...]
ContactsProvider2.java     [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/
TestDataFactory.java 62 Phone.PHOTO_THUMBNAIL_URI,
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java 562 * For Android 3.0 and later, provide the Contact.PHOTO_THUMBNAIL_URI value.
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 139 Contacts.PHOTO_THUMBNAIL_URI, // 8
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 307 milliseconds

1 2