Home
last modified time | relevance | path

Searched defs:addAll (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DArrayTestListAdapter.java48 public void addAll(List<TestListItem> items) { in addAll() method in ArrayTestListAdapter
DTestResultHistoryCollection.java46 public void addAll(String test, Set<TestResultHistory.ExecutionRecord> executionRecords) { in addAll() method in TestResultHistoryCollection
/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/collections/
DQueryableHashSet.java87 public boolean addAll(Collection<? extends E> c) { in addAll() method in QueryableHashSet