Searched refs:mAlbumCache (Results 1 – 2 of 2) sorted by relevance
34 private final ArrayList<AlbumData> mAlbumCache; field in StockSource46 mAlbumCache = new ArrayList<AlbumData>(1); in StockSource()54 mAlbumCache.add(albumData); in StockSource()68 mAlbumList.addAll(mAlbumCache); in findAlbums()
361 HashMap<String, Long> mAlbumCache = new HashMap<String, Long>(); field in MediaProvider.DatabaseHelper3077 HashMap<String, Long> albumCache = helper.mAlbumCache; in insertFile()4334 HashMap<String, Long> albumCache = helper.mAlbumCache; in update()