Home
last modified time | relevance | path

Searched defs:bandList (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DDppManagerTest.java879 int[] bandList = new int[]{81, 83, 84, 115}; in testOnFailureCallbackCannotFindNetworkNoErrCodeChangeOnChannelMatch() local
893 int[] bandList = new int[]{81, 83, 84, 115}; in testOnFailureCallbackCannotFindNetworkErrCodeIsUpdatedOnChannelMismatch() local
905 int[] bandList = new int[]{81, 83, 84, 115}; in testCannotFindNetworkErrCodeIsUpdatedToNotCompatibleOnSdkLevelLessThanS() local
919 int[] bandList = new int[]{81, 83, 84, 115}; in testCannotFindNetworkErrCodeIsUpdatedToNotCompatibleOnTargetSdkLessThanS() local
930 int[] bandList = new int[]{81, 83, 84}; in testOnFailureCallbackCannotFindNetworkNoErrCodeChangeOnInvalidScannedChannelList() local
940 int[] bandList = new int[]{1, 6, 11}; in testOnFailureCallbackCannotFindNetwork() local
953 int[] bandList = new int[]{1, 6, 11}; in testOnFailureCallbackEnrolleeAuthentication() local
1019 int[] bandList, int appFailure) throws Exception { in testOnFailureCallback()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceCallbackHidlV1_3Impl.java212 ArrayList<Short> bandList) { in onDppFailure_1_3()
214 onDppFailureInternal_1_3(halToFrameworkDppFailureCode(code), ssid, channelList, bandList); in onDppFailure_1_3() local
218 ArrayList<Short> bandList) { in onDppFailureInternal_1_3()
DSupplicantStaIfaceCallbackHidlV1_4Impl.java243 ArrayList<Short> bandList) { in onDppFailure_1_3()
245 halToFrameworkDppFailureCode(code), ssid, channelList, bandList); in onDppFailure_1_3() local
DDppManager.java977 private void onFailure(int dppStatusCode, String ssid, String channelList, int[] bandList) { in onFailure()
DSupplicantStaIfaceCallbackAidlImpl.java622 public void onDppFailure(int code, String ssid, String channelList, char[] bandList) { in onDppFailure()