Searched refs:albumhash (Results 1 – 1 of 1) sorted by relevance
3116 int albumhash = 0; in insertFile() local3118 albumhash = albumartist.hashCode(); in insertFile()3122 albumhash = path.substring(0, path.lastIndexOf('/')).hashCode(); in insertFile()3124 String cacheName = s + albumhash; in insertFile()3129 s, cacheName, path, albumhash, artist, albumCache, uri); in insertFile()