summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/camera/gallery/LruCacheUnitTests.java
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup: Remove BitmapManager, ImageManager, and gallery classes.Chia-chi Yeh2010-12-291-78/+0
| | | | | | | There are 1500 lines of code within 12 classes, which are now completely replaced by 250-line Storage class. Hooray! Change-Id: I9d0149cac18185972912f7b7a92f450929060274
* Turn on the camera unit tests.Yu Shan Emily Lau2010-08-311-0/+4
| | | | Change-Id: Ic8580ed3c047268b3a25a114c512030e01439f6a
* fix bug 1909589 and 1903635. I think the cause root is that the LruCache is notOwen Lin2009-06-111-0/+37
| | | | thread safe. I change it to thread safe and add a test for this.
* Use a week reference to trace all the items which are in used.Owen Lin2009-06-081-0/+37
By doing so, we can make sure there are only item of the given key in the system.