Searched refs:sArtCache (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Music/src/com/android/music/
H A DMusicUtils.java484 synchronized(sArtCache) {
485 sArtCache.remove(artIndex);
865 private static final HashMap<Long, Drawable> sArtCache = new HashMap<Long, Drawable>(); field in class:MusicUtils
892 synchronized(sArtCache) {
893 sArtCache.clear();
899 synchronized(sArtCache) {
900 d = sArtCache.get(artIndex);
910 synchronized(sArtCache) {
912 Drawable value = sArtCache.get(artIndex);
914 sArtCache
[all...]

Completed in 9 milliseconds