Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
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