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

  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PicasaSource.java 125 int idIndex = data.cursor.getColumnIndex(PICASA_ID);
128 String id = data.cursor.getString(idIndex);
146 int idIndex = cursor.getColumnIndex(PICASA_ID);
150 data.id = cursor.getString(idIndex);
228 int idIndex = cursor.getColumnIndex(PICASA_ID);
230 if (idIndex < 0) {
234 if (idIndex >= 0) {
304 int idIndex = cursor.getColumnIndex(PICASA_ID);
306 if (idIndex < 0) {
310 albumIds.add(cursor.getString(idIndex));
    [all...]