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

/packages/apps/Gallery/src/com/android/camera/
H A DPhotoAppWidgetProvider.java91 static final String TABLE_PHOTOS = "photos"; field in class:PhotoAppWidgetProvider.PhotoDatabaseHelper
101 db.execSQL("CREATE TABLE " + TABLE_PHOTOS + " (" +
114 db.execSQL("DROP TABLE IF EXISTS " + TABLE_PHOTOS);
140 db.insertOrThrow(PhotoDatabaseHelper.TABLE_PHOTOS, null,
171 c = db.query(TABLE_PHOTOS, PHOTOS_PROJECTION, selection, null,
203 db.delete(TABLE_PHOTOS, whereClause, null);

Completed in 180 milliseconds