Searched refs:artistCache (Results 1 – 1 of 1) sorted by relevance
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 3058 HashMap<String, Long> artistCache = helper.mArtistCache; in insertFile() local 3060 synchronized(artistCache) { in insertFile() 3061 Long temp = artistCache.get(s); in insertFile() 3065 s, s, path, 0, null, artistCache, uri); in insertFile() 4278 HashMap<String, Long> artistCache = helper.mArtistCache; in update() local 4279 synchronized(artistCache) { in update() 4280 Long temp = artistCache.get(artist); in update() 4284 artist, artist, null, 0, null, artistCache, uri); in update()
|