Searched refs:synchronizedCollection (Results 1 – 6 of 6) sorted by relevance
119 Collections.synchronizedCollection(null); in test_synchronizedCollectionLjava_util_Collection()511 testCollectionForEach(Collections.synchronizedCollection(list)); in test_Collection_forEach()
1266 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()
147 Collections.synchronizedCollection(null); in test_synchronizedCollectionLjava_util_Collection()
90 …atic <T> java.util.Collection<@libcore.util.NullFromTypeParam T> synchronizedCollection(@libcore.u… in synchronizedCollection() method in Collections
764 values = Collections.synchronizedCollection(new ValueCollection(), in values()
1403 Collection<String> objToSave = java.util.Collections.synchronizedCollection(SET); in test_writeObject_Collections_SynchronizedCollection()