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

  /packages/apps/Gallery2/tests/src/com/android/photos/data/
PhotoProviderTest.java 57 private long mAlbumId;
84 mAlbumId = PhotoDatabaseUtils.queryAlbumIdFromParentId(db, ALBUM_PARENT_ID);
85 PhotoDatabaseUtils.insertPhoto(db, 100, 100, System.currentTimeMillis(), mAlbumId,
87 mPhotoId = PhotoDatabaseUtils.queryPhotoIdFromAlbumId(db, mAlbumId);
133 Uri albumUri = ContentUris.withAppendedId(Albums.CONTENT_URI, mAlbumId);
150 Uri albumUri = ContentUris.withAppendedId(Albums.CONTENT_URI, mAlbumId);
250 Uri albumUri = ContentUris.withAppendedId(Albums.CONTENT_URI, mAlbumId);
262 Uri noAlbumUri = ContentUris.withAppendedId(Albums.CONTENT_URI, mAlbumId + 1);
  /packages/apps/Music/src/com/android/music/
TrackBrowserActivity.java 93 private String mAlbumId;
124 mAlbumId = icicle.getString("album");
130 mAlbumId = intent.getStringExtra("album");
354 outcicle.putString("album", mAlbumId);
426 long albumid = Long.valueOf(mAlbumId);
443 if (mAlbumId != null) {
455 String where = MediaStore.Audio.Media.ALBUM_ID + "='" + mAlbumId +
    [all...]
MediaPlaybackActivity.java     [all...]

Completed in 252 milliseconds