Home | History | Annotate | Download | only in picasa

Lines Matching refs:photo

60         addMapping(AUTHORITY, "photos", "vnd.cooliris.picasa.photo", PhotoEntry.SCHEMA);
110 // Determine if the URI refers to an album or photo.
115 // Retrieve the photo from the database to get the edit URI.
116 PhotoEntry photo = mPhotoInstance;
117 if (PhotoEntry.SCHEMA.queryWithId(db, id, photo)) {
119 if (context.login(photo.syncAccount)) {
120 if (context.api.deleteEntry(photo.editUri) == PicasaApi.RESULT_OK) {
395 PhotoEntry photo = (PhotoEntry) entry;
396 photo.id;
401 if (metadata == null || metadata.dateEdited < photo.dateEdited || metadata.displayIndex != newDisplayIndex) {
404 // Log.i(TAG, "insert / update photo " + photo.title);
405 photo.syncAccount = account;
406 photo.displayIndex = newDisplayIndex;
407 photoSchema.insertOrReplace(db, photo);
411 // Log.i(TAG, "up-to-date photo " + photo.title);
440 // Log.i(TAG, "delete photo " + metadata.id);
492 // Delete cache entry for each photo.