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 76 Directory.PHOTO_SUPPORT,
85 public static final int PHOTO_SUPPORT = 6;
251 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL);
265 values.put(Directory.PHOTO_SUPPORT, Directory.PHOTO_SUPPORT_FULL);
390 if (!cursor.isNull(DirectoryQuery.PHOTO_SUPPORT)) {
391 int photoSupport = cursor.getInt(DirectoryQuery.PHOTO_SUPPORT);
435 values.put(Directory.PHOTO_SUPPORT, info.photoSupport);
ContactsDatabaseHelper.java     [all...]
ContactsProvider2.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactDirectoryManagerTest.java 71 Directory.PHOTO_SUPPORT });
547 row[cursor.getColumnIndex(Directory.PHOTO_SUPPORT)] = photoSupport;
563 values.put(Directory.PHOTO_SUPPORT, photoSupport);
ContactsProvider2Test.java 624 Directory.PHOTO_SUPPORT,
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java 570 public static final String PHOTO_SUPPORT = "photoSupport";
573 * An {@link #PHOTO_SUPPORT} setting that indicates that the directory
579 * An {@link #PHOTO_SUPPORT} setting that indicates that the directory
585 * An {@link #PHOTO_SUPPORT} setting that indicates that the directory
591 * An {@link #PHOTO_SUPPORT} setting that indicates that the directory
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 289 milliseconds