Home
last modified time | relevance | path

Searched refs:albumCache (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java3114 HashMap<String, Long> albumCache = helper.mAlbumCache; in insertFile() local
3115 synchronized(albumCache) { in insertFile()
3125 Long temp = albumCache.get(cacheName); in insertFile()
3129 s, cacheName, path, albumhash, artist, albumCache, uri); in insertFile()
4373 HashMap<String, Long> albumCache = helper.mAlbumCache; in update() local
4374 synchronized(albumCache) { in update()
4376 Long temp = albumCache.get(cacheName); in update()
4380 s, cacheName, path, albumHash, artist, albumCache, uri); in update()