Home
last modified time | relevance | path

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

/packages/apps/Gallery/tests/src/com/android/camera/gallery/
DImageListUberUnitTests.java22 assertEquals(2, getImageAt(uber, 0).fullSizeImageId()); in testTheOrderOfGetImageAt()
23 assertEquals(1, getImageAt(uber, 1).fullSizeImageId()); in testTheOrderOfGetImageAt()
24 assertEquals(0, getImageAt(uber, 2).fullSizeImageId()); in testTheOrderOfGetImageAt()
29 assertEquals(2, getImageAt(uber, 0).fullSizeImageId()); in testTheOrderOfGetImageAt()
30 assertEquals(1, getImageAt(uber, 1).fullSizeImageId()); in testTheOrderOfGetImageAt()
31 assertEquals(0, getImageAt(uber, 2).fullSizeImageId()); in testTheOrderOfGetImageAt()
44 assertEquals(2, getImageAt(uber, 0).fullSizeImageId()); in testTheOrderOfGetImageAtCaseTwo()
45 assertEquals(1, getImageAt(uber, 1).fullSizeImageId()); in testTheOrderOfGetImageAtCaseTwo()
46 assertEquals(0, getImageAt(uber, 2).fullSizeImageId()); in testTheOrderOfGetImageAtCaseTwo()
52 assertEquals(2, getImageAt(uber, 0).fullSizeImageId()); in testTheOrderOfGetImageAtCaseTwo()
[all …]
DMockImage.java45 public long fullSizeImageId() { in fullSizeImageId() method in MockImage