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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoStoreTest.java 142 Cursor c = mDb.query(Tables.PHOTO_FILES,
163 Cursor c = mDb.query(Tables.PHOTO_FILES,
187 Cursor c = mDb.query(Tables.PHOTO_FILES, new String[]{PhotoFiles._ID},
233 Cursor c = mDb.query(Tables.PHOTO_FILES, new String[]{PhotoFiles._ID},
ContactsDatabaseHelperUpgradeTest.java 489 new TableListEntry(Tables.PHOTO_FILES, PHOTO_FILES_COLUMNS),
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java 97 mDb.delete(Tables.PHOTO_FILES, null, null);
208 long id = mDb.insert(Tables.PHOTO_FILES, null, values);
277 mDb.delete(ContactsDatabaseHelper.Tables.PHOTO_FILES, PhotoFilesColumns.CONCRETE_ID + "=?",
ContactsDatabaseHelper.java 136 public static final String PHOTO_FILES = "photo_files";
164 PHOTO_FILES,
    [all...]
ContactsProvider2.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java     [all...]

Completed in 105 milliseconds