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

  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoDreamSettingsReceiver.java 53 String albumId = null;
56 albumId = LocalSource.constructId(INTERNAL.equals(path.get(0)), path.get(3));
60 albumId = PicasaSource.constructId(path.get(1));
63 if (DEBUG) Log.d(TAG, "receive: " + albumId + " is " + shown);
65 settings[idx].setAlbumEnabled(albumId, shown);
PhotoSource.java 55 protected String albumId;
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Genres_MembersTest.java 132 long albumId = c.getLong(c.getColumnIndex(Members.ALBUM_ID));
133 assertTrue(albumId > 0);
MediaStore_Audio_MediaTest.java 108 long albumId = c.getLong(c.getColumnIndex(Media.ALBUM_ID));
109 assertTrue(albumId > 0);
149 assertTrue(albumId != c.getLong(c.getColumnIndex(Media.ALBUM_ID)));

Completed in 227 milliseconds