Searched defs:toList (Results 1 – 6 of 6) 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
102 private static List<Integer> toList(int[] arr) { in toList() method in AppDataRollbackHelperTest
154 public static <T> List<T> toList( in toList() method in PersistableBundleUtils
215 public @NonNull List<RadioManager.ProgramInfo> toList() { in toList() method in ProgramList
1188 private List<Integer> toList(int[] array) { in toList() method in AppsFilterTest