HomeSort by relevance Sort by last modified time
    Searched refs:PHOTO_SUPPORT (Results 1 - 12 of 12) 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 360 int photoSupportColumnIndex = cursor.getColumnIndex(Directory.PHOTO_SUPPORT);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 88 Directory.PHOTO_SUPPORT,
97 public static final int PHOTO_SUPPORT = 6;
311 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL);
325 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL);
459 if (!cursor.isNull(DirectoryQuery.PHOTO_SUPPORT)) {
460 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT);
502 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 698 Directory.PHOTO_SUPPORT,
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 581 public static final String PHOTO_SUPPORT = "photoSupport";
584 * An {@link #PHOTO_SUPPORT} setting that indicates that the directory
590 * An {@link #PHOTO_SUPPORT} setting that indicates that the directory
596 * An {@link #PHOTO_SUPPORT} setting that indicates that the directory
602 * An {@link #PHOTO_SUPPORT} setting that indicates that the directory
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 187 milliseconds