Home | History | Annotate | Download | only in editor

Lines Matching defs:newHashSet

96         MoreAsserts.assertEquals(Sets.newHashSet(TYPE1.accountType), Sets.newHashSet(types));
102 MoreAsserts.assertEquals(Sets.newHashSet(TYPE1.accountType, TYPE2EX.accountType),
103 Sets.newHashSet(types));
110 Sets.newHashSet(TYPE1.accountType, TYPE2.accountType, TYPE2EX.accountType),
111 Sets.newHashSet(types));
132 Sets.newHashSet(mAccountTypes.mAccounts),
140 Sets.newHashSet(mAccountTypes.mAccounts),
148 Sets.newHashSet(mAccountTypes.mAccounts),
296 Set<T> ret = Sets.newHashSet();