Home
last modified time | relevance | path

Searched refs:synchronizedCollection (Results 1 – 6 of 6) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DCollections2Test.java119 Collections.synchronizedCollection(null); in test_synchronizedCollectionLjava_util_Collection()
511 testCollectionForEach(Collections.synchronizedCollection(list)); in test_Collection_forEach()
DCollectionsTest.java1266 Collection synchCol = Collections.synchronizedCollection(smallList); in test_synchronizedCollectionLjava_util_Collection()
1305 .synchronizedCollection(smallList)).runTest(); in test_synchronizedCollectionLjava_util_Collection()
1308 synchCol = Collections.synchronizedCollection(smallList); in test_synchronizedCollectionLjava_util_Collection()
/libcore/luni/src/test/java/libcore/java/util/
DOldCollectionsTest.java147 Collections.synchronizedCollection(null); in test_synchronizedCollectionLjava_util_Collection()
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java90 …atic <T> java.util.Collection<@libcore.util.NullFromTypeParam T> synchronizedCollection(@libcore.u… in synchronizedCollection() method in Collections
/libcore/ojluni/src/main/java/java/util/
DHashtable.java764 values = Collections.synchronizedCollection(new ValueCollection(), in values()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest4.java1403 Collection<String> objToSave = java.util.Collections.synchronizedCollection(SET); in test_writeObject_Collections_SynchronizedCollection()