Searched refs:PHOTO_FILES (Results 1 - 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPhotoStore.java94 mDb.delete(Tables.PHOTO_FILES, null, null);
205 long id = mDb.insert(Tables.PHOTO_FILES, null, values);
274 mDb.delete(ContactsDatabaseHelper.Tables.PHOTO_FILES, PhotoFilesColumns.CONCRETE_ID + "=?",
H A DContactsDatabaseHelper.java116 public static final String PHOTO_FILES = "photo_files"; field in interface:ContactsDatabaseHelper.Tables
144 PHOTO_FILES,
584 String CONCRETE_ID = Tables.PHOTO_FILES + "." + BaseColumns._ID;
585 String CONCRETE_HEIGHT = Tables.PHOTO_FILES + "." + PhotoFiles.HEIGHT;
586 String CONCRETE_WIDTH = Tables.PHOTO_FILES + "." + PhotoFiles.WIDTH;
587 String CONCRETE_FILESIZE = Tables.PHOTO_FILES + "." + PhotoFiles.FILESIZE;
974 db.execSQL("CREATE TABLE " + Tables.PHOTO_FILES + " (" +
3665 updateIndexStats(db, Tables.PHOTO_FILES,
3758 db.execSQL("DELETE FROM " + Tables.PHOTO_FILES + ";");
H A DContactAggregator.java1971 Cursor c = db.query(Tables.PHOTO_FILES, PhotoFileQuery.COLUMNS, PhotoFiles._ID + "=?",
H A DContactsProvider2.java6754 qb.setTables(Tables.PHOTO_FILES
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DPhotoStoreTest.java115 Cursor c = mDb.query(Tables.PHOTO_FILES,
143 Cursor c = mDb.query(Tables.PHOTO_FILES, new String[]{PhotoFiles._ID},
189 Cursor c = mDb.query(Tables.PHOTO_FILES, new String[]{PhotoFiles._ID},

Completed in 34 milliseconds