Searched defs:bandList (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | DppManagerTest.java | 773 int[] bandList = new int[]{81, 83, 84, 115}; in testOnFailureCallbackCannotFindNetworkNoErrCodeChangeOnChannelMatch() local 784 int[] bandList = new int[]{81, 83, 84, 115}; in testOnFailureCallbackCannotFindNetworkErrCodeIsUpdatedOnChannelMismatch() local 795 int[] bandList = new int[]{81, 83, 84}; in testOnFailureCallbackCannotFindNetworkNoErrCodeChangeOnInvalidScannedChannelList() local 805 int[] bandList = new int[]{1, 6, 11}; in testOnFailureCallbackCannotFindNetwork() local 818 int[] bandList = new int[]{1, 6, 11}; in testOnFailureCallbackEnrolleeAuthentication() local 881 int[] bandList, int appFailure) throws Exception { in testOnFailureCallback()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | DppManager.java | 653 private void onFailure(int dppStatusCode, String ssid, String channelList, int[] bandList) { in onFailure()
|
D | SupplicantStaIfaceCallbackV1_3Impl.java | 222 ArrayList<Short> bandList) { in onDppFailure_1_3()
|