Searched defs:toIntArray (Results 1 – 5 of 5) sorted by relevance
152 public static int[] toIntArray(List<Integer> list) { in toIntArray() method in CarServiceUtils
485 private static int[] toIntArray(Set<Integer> intSet) { in toIntArray() method in AppFocusService
210 private static int[] toIntArray(Collection<Inet4Address> addrs) { in toIntArray() method in DhcpServingParamsTest
377 private int[] toIntArray(@NonNull Collection<Inet4Address> addrs) { in toIntArray() method in DhcpServerTest
420 private static int[] toIntArray(Integer[] input) { in toIntArray() method in CarPropertyManager