Home
last modified time | relevance | path

Searched refs:albumid (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_FilesTest.java387 int albumid = c.getInt(0); in testAccess() local
389 Uri albumArtUri = ContentUris.withAppendedId(albumArtUriBase, albumid); in testAccess()
406 values.put(MediaStore.Audio.Media.ALBUM_ID, albumid); in testAccess()
411 fail("shouldn't have fd for album " + albumid + ", got " + realPathFor(pfd)); in testAccess()