HomeSort by relevance Sort by last modified time
    Searched defs:PhotoEntry (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery3D/src/com/cooliris/picasa/
PhotoEntry.java 25 public final class PhotoEntry extends Entry {
26 public static final EntrySchema SCHEMA = new EntrySchema(PhotoEntry.class);
PicasaContentProvider.java 48 private final PhotoEntry mPhotoInstance = new PhotoEntry();
60 addMapping(AUTHORITY, "photos", "vnd.cooliris.picasa.photo", PhotoEntry.SCHEMA);
82 PhotoEntry.SCHEMA.createTables(db);
91 PhotoEntry.SCHEMA.dropTables(db);
116 PhotoEntry photo = mPhotoInstance;
117 if (PhotoEntry.SCHEMA.queryWithId(db, id, photo)) {
373 Cursor cursor = db.query(PhotoEntry.SCHEMA.getTableName(), ID_EDITED_INDEX_PROJECTION, WHERE_ALBUM_ID, albumIdArgs, null,
390 final EntrySchema photoSchema = PhotoEntry.SCHEMA;
395 PhotoEntry photo = (PhotoEntry) entry
    [all...]

Completed in 31 milliseconds