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

  /packages/apps/Gallery3D/src/com/cooliris/media/
PicasaDataSource.java 144 cursor = client.query(PicasaContentProvider.PHOTOS_URI, photosSchema.getProjection(), whereInAlbum, null, null);
215 String itemUri = PicasaContentProvider.PHOTOS_URI + "/" + item.mId;
262 return new String[] { PicasaContentProvider.ALBUMS_URI.toString(), PicasaContentProvider.PHOTOS_URI.toString()};
279 } else if (ArrayUtils.contains(databaseUris, PicasaContentProvider.PHOTOS_URI.toString())) {
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
PicasaContentProvider.java 39 public static final Uri PHOTOS_URI = Uri.withAppendedPath(BASE_URI, "photos");
452 getContext().getContentResolver().notifyChange(PHOTOS_URI, null, false);
548 cr.notifyChange(PHOTOS_URI, null, false);

Completed in 121 milliseconds