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

  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PicasaSource.java 49 private static final String PICASA_URL = "content_url";
109 String[] projection = {PICASA_ID, PICASA_URL, PICASA_ROTATION, PICASA_ALBUM_ID};
149 int urlIndex = cursor.getColumnIndex(PICASA_URL);
178 String[] projection = {PICASA_ID, PICASA_URL, PICASA_ROTATION, PICASA_ALBUM_ID};
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java 64 private static final String PICASA_URL = "http://picasaweb.google.com/m/" +
429 "bookmark = 1 AND url = ?", new String[] { PICASA_URL });
436 + PICASA_URL + "', 0, 0, " + new Date().getTime()
    [all...]

Completed in 492 milliseconds