Searched defs:toList (Results 1 – 8 of 8) sorted by relevance
26 public static List<List<String>> toList(Cursor cursor) { in toList() method in DbTestingUtils
136 public static List<UserInfo> toList(@NonNull UserInfo... users) { in toList() method in UserTestingHelper144 public static List<UserHandle> toList(@NonNull UserHandle... users) { in toList() method in UserTestingHelper
94 protected List<Integer> toList(int[] arr) { in toList() method in VpnTestBase
211 private static <T> List<T> toList(Iterator<T> iterator) { in toList() method in UidPackageMapperTest
300 List<JobInfo> fromList, List<JobInfo> toList) { in findDiffBetween()
558 public List<byte[]> toList() { in toList() method in TlvBufferUtils.TlvIterable
750 final List<WordListMetadata> toList = (to == null) ? new ArrayList<WordListMetadata>() in compareMetadataForUpgrade() local
1038 protected <T> List<T> toList(T... array) { in toList() method in EthernetTetheringTestBase