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.java3077 HashMap<String, Long> albumCache = helper.mAlbumCache; in insertFile() local
3078 synchronized(albumCache) { in insertFile()
3088 Long temp = albumCache.get(cacheName); in insertFile()
3092 s, cacheName, path, albumhash, artist, albumCache, uri); in insertFile()
4334 HashMap<String, Long> albumCache = helper.mAlbumCache; in update() local
4335 synchronized(albumCache) { in update()
4337 Long temp = albumCache.get(cacheName); in update()
4341 s, cacheName, path, albumHash, artist, albumCache, uri); in update()