Searched refs:synchronizedSet (Results 1 – 6 of 6) sorted by relevance
156 this.principals = Collections.synchronizedSet in Subject()158 this.pubCredentials = Collections.synchronizedSet in Subject()160 this.privCredentials = Collections.synchronizedSet in Subject()209 this.principals = Collections.synchronizedSet(new SecureSet<Principal> in Subject()211 this.pubCredentials = Collections.synchronizedSet(new SecureSet<Object> in Subject()213 this.privCredentials = Collections.synchronizedSet(new SecureSet<Object> in Subject()978 principals = Collections.synchronizedSet(new SecureSet<Principal>983 principals = Collections.synchronizedSet989 this.pubCredentials = Collections.synchronizedSet991 this.privCredentials = Collections.synchronizedSet
158 Collections.synchronizedSet(null); in test_synchronizedSetLjava_util_Set()561 testSetForEach(Collections.synchronizedSet(set)); in test_Set_forEach()
1483 Set synchSet = Collections.synchronizedSet(smallSet); in test_synchronizedSetLjava_util_Set()1514 Set mySet = Collections.synchronizedSet(smallSet); in test_synchronizedSetLjava_util_Set()1522 new Support_SetTest("", Collections.synchronizedSet(smallSet)) in test_synchronizedSetLjava_util_Set()1526 mySet = Collections.synchronizedSet(smallSet); in test_synchronizedSetLjava_util_Set()1595 Set synchSet = Collections.synchronizedSet(smallSet); in test_synchronizedSortedSetLjava_util_SortedSet()
643 keySet = Collections.synchronizedSet(new KeySet(), this); in keySet()683 entrySet = Collections.synchronizedSet(new EntrySet(), this); in entrySet()
186 Collections.synchronizedSet(null); in test_synchronizedSetLjava_util_Set()
92 …l public static <T> java.util.Set<@libcore.util.NullFromTypeParam T> synchronizedSet(@libcore.util… in synchronizedSet() method in Collections