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)
commit314de4034664ab668aea61e1ecd14946f1b4a978
treefa7943575325b42302d6b46f9242d4e4c90186d7
parent88efa27609d08a749cda7ba928cb825de71a7f2b
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/src/com/android/photos/data/DataTestRunner.java
tests/src/com/android/photos/data/MediaCacheTest.java [new file with mode: 0644]