HomeSort by relevance Sort by last modified time
    Searched refs:photoUriColumn (Results 1 - 4 of 4) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactEntryListAdapter.java 701 * @param photoUriColumn Index of the photo uri column. Optional: Can be -1
707 Cursor cursor, int photoIdColumn, int photoUriColumn, int contactIdColumn,
724 if (photoId != 0 || photoUriColumn == -1) {
728 final String photoUriString = cursor.getString(photoUriColumn);
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactEntryListAdapter.java 680 * @param photoUriColumn Index of the photo uri column. Optional: Can be -1
690 int photoUriColumn,
712 if (photoId != 0 || photoUriColumn == -1) {
715 final String photoUriString = cursor.getString(photoUriColumn);
  /packages/apps/Dialer/java/com/android/dialer/app/list/
PhoneFavoritesTileAdapter.java 210 int photoUriColumn = cursor.getColumnIndexOrThrow(Contacts.PHOTO_URI);
242 final String photoUri = cursor.getString(photoUriColumn);
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
ContactsTest.java     [all...]

Completed in 112 milliseconds