Searched defs:cacheName (Results 1 - 1 of 1) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java3045 String cacheName = s + albumhash;
3046 Long temp = albumCache.get(cacheName);
3050 s, cacheName, path, albumhash, artist, albumCache, uri);
4279 String cacheName = s + albumHash;
4280 Long temp = albumCache.get(cacheName);
4284 s, cacheName, path, albumHash, artist, albumCache, uri);
5034 * @param cacheName The string that will be inserted in to the cache
5045 String rawName, String cacheName, String path, int albumHash,
5134 cache.put(cacheName, rowId);
5043 getKeyIdForName(DatabaseHelper helper, SQLiteDatabase db, String table, String keyField, String nameField, String rawName, String cacheName, String path, int albumHash, String artist, HashMap<String, Long> cache, Uri srcuri) argument

Completed in 29 milliseconds