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()
417 ArrayMap<String, Long> mAlbumCache = new ArrayMap<String, Long>(); field in MediaProvider.DatabaseHelper2547 ArrayMap<String, Long> albumCache = helper.mAlbumCache; in insertFile()4917 ArrayMap<String, Long> albumCache = helper.mAlbumCache; in updateInternal()