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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryListLoader.java 53 Directory.PHOTO_SUPPORT,
60 public static final int PHOTO_SUPPORT = 4;
70 Directory.PHOTO_SUPPORT,
166 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT);
ContactEntryListAdapter.java 355 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 751 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...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 507 milliseconds