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

  /packages/apps/Contacts/src/com/android/contacts/list/
DirectoryListLoader.java 53 Directory.PHOTO_SUPPORT,
60 public static final int PHOTO_SUPPORT = 4;
69 Directory.PHOTO_SUPPORT,
165 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT);
ContactEntryListAdapter.java 336 int photoSupportColumnIndex = cursor.getColumnIndex(Directory.PHOTO_SUPPORT);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 89 Directory.PHOTO_SUPPORT,
98 public static final int PHOTO_SUPPORT = 6;
305 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL);
319 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL);
440 if (!cursor.isNull(DirectoryQuery.PHOTO_SUPPORT)) {
441 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT);
483 values.put(Directory.PHOTO_SUPPORT, info.photoSupport);
ContactsDatabaseHelper.java     [all...]
ContactsProvider2.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactDirectoryManagerTest.java 75 Directory.PHOTO_SUPPORT });
610 row[cursor.getColumnIndex(Directory.PHOTO_SUPPORT)] = photoSupport;
626 values.put(Directory.PHOTO_SUPPORT, photoSupport);
ContactsProvider2Test.java 613 Directory.PHOTO_SUPPORT,
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 580 public static final String PHOTO_SUPPORT = "photoSupport";
583 * An {@link #PHOTO_SUPPORT} setting that indicates that the directory
589 * An {@link #PHOTO_SUPPORT} setting that indicates that the directory
595 * An {@link #PHOTO_SUPPORT} setting that indicates that the directory
601 * An {@link #PHOTO_SUPPORT} setting that indicates that the directory
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 1018 milliseconds