Searched refs:albumHash (Results 1 – 1 of 1) sorted by relevance
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 4297 int albumHash = 0; in update() local 4299 albumHash = albumartist.hashCode(); in update() 4328 albumHash = path.substring(0, path.lastIndexOf('/')).hashCode(); in update() 4336 String cacheName = s + albumHash; in update() 4341 s, cacheName, path, albumHash, artist, albumCache, uri); in update() 5120 String rawName, String cacheName, String path, int albumHash, in getKeyIdForName() argument 5147 k = k + albumHash; in getKeyIdForName()
|