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

  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
LocalSource.java 83 int updatedIndex = cursor.getColumnIndex(MediaStore.Images.Media.DATE_TAKEN);
109 if (updatedIndex >= 0) {
110 long updated = cursor.getLong(updatedIndex);
PicasaSource.java 348 int updatedIndex = cursor.getColumnIndex(PICASA_ALBUM_UPDATED);
403 if (updatedIndex >= 0) {
404 updated = cursor.getLong(updatedIndex);

Completed in 730 milliseconds