Searched refs:albumhash (Results 1 – 1 of 1) sorted by relevance
2549 int albumhash = 0; in insertFile() local2551 albumhash = albumartist.hashCode(); in insertFile()2555 albumhash = path.substring(0, path.lastIndexOf('/')).hashCode(); in insertFile()2557 String cacheName = s + albumhash; in insertFile()2562 s, cacheName, path, albumhash, artist, albumCache, uri); in insertFile()