Searched defs:bandList (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | DppManagerTest.java | 879 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/ |
D | SupplicantStaIfaceCallbackHidlV1_3Impl.java | 212 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()
|
D | SupplicantStaIfaceCallbackHidlV1_4Impl.java | 243 ArrayList<Short> bandList) { in onDppFailure_1_3() 245 halToFrameworkDppFailureCode(code), ssid, channelList, bandList); in onDppFailure_1_3() local
|
D | DppManager.java | 977 private void onFailure(int dppStatusCode, String ssid, String channelList, int[] bandList) { in onFailure()
|
D | SupplicantStaIfaceCallbackAidlImpl.java | 622 public void onDppFailure(int code, String ssid, String channelList, char[] bandList) { in onDppFailure()
|