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

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DStockSource.java34 private final ArrayList<AlbumData> mAlbumCache; field in class:StockSource
46 mAlbumCache = new ArrayList<AlbumData>(1);
54 mAlbumCache.add(albumData);
68 mAlbumList.addAll(mAlbumCache);
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java368 HashMap<String, Long> mAlbumCache = new HashMap<String, Long>(); field in class:MediaProvider.DatabaseHelper
3097 HashMap<String, Long> albumCache = helper.mAlbumCache;
4353 HashMap<String, Long> albumCache = helper.mAlbumCache;

Completed in 158 milliseconds