Home
last modified time | relevance | path

Searched refs:intArrayFromArrayList (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiVendorHal.java1438 box.value = intArrayFromArrayList(frequencies); in getChannelsForBand()
1447 box.value = intArrayFromArrayList(frequencies); in getChannelsForBand()
1458 private int[] intArrayFromArrayList(ArrayList<Integer> in) { in intArrayFromArrayList() method in WifiVendorHal
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiVendorHalTest.java515 private int[] intArrayFromArrayList(ArrayList<Integer> in) { in intArrayFromArrayList() method in WifiVendorHalTest