Searched defs:toSet (Results 1 – 4 of 4) sorted by relevance
121 public static <T> ArraySet<T> toSet(@Nullable List<T> list) { in toSet() method in ContentCaptureHelper
174 private static ArraySet<ComponentName> toSet(@Nullable ComponentName... comps) { in toSet() method in ContentCaptureOptionsTest
181 fun String.toSet(): Set<TileSpec> { in Set() method
415 public static @NonNull <T> Set<T> toSet(@Nullable Collection<T> cur) { in toSet() method in CollectionUtils