Searched refs:listA (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Gallery/tests/src/com/android/camera/gallery/ |
D | ImageListUberUnitTests.java | 14 MockImageList listA = new MockImageList(); in testTheOrderOfGetImageAt() local 16 listA.addImage(new MockImage(2, 2)); in testTheOrderOfGetImageAt() 17 listA.addImage(new MockImage(0, 0)); in testTheOrderOfGetImageAt() 20 new IImageList[] {listA, listB}, ImageManager.SORT_DESCENDING); in testTheOrderOfGetImageAt() 28 new IImageList[] {listA, listB}, ImageManager.SORT_DESCENDING); in testTheOrderOfGetImageAt() 36 MockImageList listA = new MockImageList(); in testTheOrderOfGetImageAtCaseTwo() local 38 listA.addImage(new MockImage(2, 2)); in testTheOrderOfGetImageAtCaseTwo() 39 listA.addImage(new MockImage(1, 1)); in testTheOrderOfGetImageAtCaseTwo() 42 new IImageList[] {listB, listA}, ImageManager.SORT_DESCENDING); in testTheOrderOfGetImageAtCaseTwo() 50 new IImageList[] {listA, listB}, ImageManager.SORT_DESCENDING); in testTheOrderOfGetImageAtCaseTwo() [all …]
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/ |
D | AccountWithDataSetTest.java | 70 final List<AccountWithDataSet> listA = stringifyListAndUnstringify(a1); in testStringifyListAndUnstringify() local 71 assertEquals(1, listA.size()); in testStringifyListAndUnstringify() 72 assertEquals(a1, listA.get(0)); in testStringifyListAndUnstringify()
|