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

  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
AlbumArtCache.java 34 public final class AlbumArtCache {
35 private static final String TAG = AlbumArtCache.class.getSimpleName();
67 private static final AlbumArtCache sInstance = new AlbumArtCache();
69 public static AlbumArtCache getInstance() {
73 private AlbumArtCache() {
MusicService.java 428 AlbumArtCache.getInstance().fetch(albumUri.toString(),
429 new AlbumArtCache.FetchListener() {
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
AlbumArtCache.java 34 public final class AlbumArtCache {
35 private static final String TAG = AlbumArtCache.class.getSimpleName();
67 private static final AlbumArtCache sInstance = new AlbumArtCache();
69 public static AlbumArtCache getInstance() {
73 private AlbumArtCache() {
MusicService.java 428 AlbumArtCache.getInstance().fetch(albumUri.toString(),
429 new AlbumArtCache.FetchListener() {
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
AlbumArtCache.java 31 public final class AlbumArtCache {
32 private static final String TAG = LogHelper.makeLogTag(AlbumArtCache.class);
50 private static final AlbumArtCache sInstance = new AlbumArtCache();
52 public static AlbumArtCache getInstance() {
56 private AlbumArtCache() {
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
AlbumArtCache.java 32 public final class AlbumArtCache {
33 private static final String TAG = "AlbumArtCache";
51 private static final AlbumArtCache sInstance = new AlbumArtCache();
53 public static AlbumArtCache getInstance() {
57 private AlbumArtCache() {

Completed in 105 milliseconds