OSDN Git Service

Add initial implementation of MediaCache.
authorGeorge Mount <mount@google.com>
Mon, 18 Mar 2013 16:51:21 +0000 (09:51 -0700)
committerGeorge Mount <mount@google.com>
Fri, 29 Mar 2013 23:08:19 +0000 (16:08 -0700)
commit49508252ccb37a92bf06da468e4683c4b1909a33
tree51093722d3fca280ff404d3031c77169be474e59
parentbe31e587c1485fb8e3d7c8b079250ffbdc26e1b9
Add initial implementation of MediaCache.

Change-Id: I94d357bab0e57cc60b8be790d912ba036730298b
src/com/android/gallery3d/app/GalleryAppImpl.java
src/com/android/photos/data/FileRetriever.java [new file with mode: 0644]
src/com/android/photos/data/MediaCache.java [new file with mode: 0644]
src/com/android/photos/data/MediaCacheDatabase.java [new file with mode: 0644]
src/com/android/photos/data/MediaCacheUtils.java [new file with mode: 0644]
src/com/android/photos/data/MediaRetriever.java [new file with mode: 0644]
tests/res/raw/android_lawn.mp4 [new file with mode: 0644]
tests/src/com/android/photos/data/DataTestRunner.java
tests/src/com/android/photos/data/MediaCacheTest.java [new file with mode: 0644]