Home
last modified time | relevance | path

Searched refs:mAlbumCache (Results 1 – 2 of 2) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DStockSource.java34 private final ArrayList<AlbumData> mAlbumCache; field in StockSource
46 mAlbumCache = new ArrayList<AlbumData>(1); in StockSource()
54 mAlbumCache.add(albumData); in StockSource()
68 mAlbumList.addAll(mAlbumCache); in findAlbums()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java361 HashMap<String, Long> mAlbumCache = new HashMap<String, Long>(); field in MediaProvider.DatabaseHelper
3077 HashMap<String, Long> albumCache = helper.mAlbumCache; in insertFile()
4334 HashMap<String, Long> albumCache = helper.mAlbumCache; in update()