Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceCallbackHidlV1_3Impl.java220 int[] bandListArray = null; in onDppFailureInternal_1_3() local
224 bandListArray = new int[bandList.size()]; in onDppFailureInternal_1_3()
227 bandListArray[i] = bandList.get(i).intValue(); in onDppFailureInternal_1_3()
231 frameworkCode, ssid, channelList, bandListArray); in onDppFailureInternal_1_3()
DSupplicantStaIfaceCallbackAidlImpl.java624 int[] bandListArray = null; in onDppFailure() local
628 bandListArray = new int[bandList.length]; in onDppFailure()
631 bandListArray[i] = bandList[i]; in onDppFailure()
635 halToFrameworkDppFailureCode(code), ssid, channelList, bandListArray); in onDppFailure() local