Searched defs:toList (Results 1 – 4 of 4) sorted by relevance
85 public static <T> ArrayList<T> toList(@Nullable Set<T> set) { in toList() method in Helper
113 public static <T> ArrayList<T> toList(@Nullable Set<T> set) { in toList() method in ContentCaptureHelper
215 public @NonNull List<RadioManager.ProgramInfo> toList() { in toList() method in ProgramList
560 public List<byte[]> toList() { in toList() method in TlvBufferUtils.TlvIterable