Searched defs:toSet (Results 1 – 5 of 5) sorted by relevance
139 val toSet = flagWithOptionalOverrides(flag, enabled, displayId, sceneContainerPlugin) in setFlag() constant205 var toSet = enabled in flagWithOptionalOverrides() variable
74 val toSet = flagWithOptionalOverrides(flag, enabled, displayId, sceneContainerPlugin) in <lambda>() constant
121 public static <T> ArraySet<T> toSet(@Nullable List<T> list) { in toSet() method in ContentCaptureHelper
204 private static ArraySet<ComponentName> toSet(@Nullable ComponentName... comps) { in toSet() method in ContentCaptureOptionsTest
417 public static @NonNull <T> Set<T> toSet(@Nullable Collection<T> cur) { in toSet() method in CollectionUtils