Searched defs:AlbumArtCache (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DAlbumArtCache.java31 public final class AlbumArtCache { class
32 private static final String TAG = "AlbumArtCache";
50 private static final AlbumArtCache sInstance = new AlbumArtCache();
52 public static AlbumArtCache getInstance() {
56 private AlbumArtCache() { method in class:AlbumArtCache
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DAlbumArtCache.java31 public final class AlbumArtCache { class
32 private static final String TAG = "AlbumArtCache";
50 private static final AlbumArtCache sInstance = new AlbumArtCache();
52 public static AlbumArtCache getInstance() {
56 private AlbumArtCache() { method in class:AlbumArtCache

Completed in 74 milliseconds