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

  /packages/apps/Gallery3D/src/com/cooliris/picasa/
PicasaContentProvider.java 483 AlbumEntry.SCHEMA.deleteWithId(db, albumId);
505 PhotoEntry.SCHEMA.deleteWithId(db, photoId);
EntrySchema.java 196 public boolean deleteWithId(SQLiteDatabase db, long id) {

Completed in 42 milliseconds