Searched refs:clonedList (Results 1 – 3 of 3) sorted by relevance
66 val clonedList: ArrayList<Runnable> = ArrayList(postCollapseActions) in runPostCollapseActions() constant68 for (r in clonedList) { in runPostCollapseActions()
177 final List<InputMethodInfo> clonedList = cloneViaParcel(originalList); in testParcelable() local178 assertNotNull(clonedList); in testParcelable()179 final List<InputMethodInfo> clonedClonedList = cloneViaParcel(clonedList); in testParcelable()181 assertEquals(originalList, clonedList); in testParcelable()182 assertEquals(clonedList, clonedClonedList); in testParcelable()183 assertEquals(originalList.size(), clonedList.size()); in testParcelable()184 assertEquals(clonedList.size(), clonedClonedList.size()); in testParcelable()186 verifyEquality(originalList.get(imeIndex), clonedList.get(imeIndex)); in testParcelable()187 verifyEquality(clonedList.get(imeIndex), clonedClonedList.get(imeIndex)); in testParcelable()
927 List<ExpandableNotificationRow> clonedList = new ArrayList<>(930 for (ExpandableNotificationRow child : clonedList) {