Searched refs:ALBUM_ART_ICON_KEY (Results 1 – 1 of 1) sorted by relevance
28 private static final String ALBUM_ART_ICON_KEY = "album_art_icon"; field in MediaPlaybackExtension157 bundle.putParcelable(ALBUM_ART_ICON_KEY, mAlbumArt); in writeToBundle()176 mAlbumArt = bundle.getParcelable(ALBUM_ART_ICON_KEY); in readFromBundle()