Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DDppManagerTest.java773 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/
DDppManager.java653 private void onFailure(int dppStatusCode, String ssid, String channelList, int[] bandList) { in onFailure()
DSupplicantStaIfaceCallbackV1_3Impl.java222 ArrayList<Short> bandList) { in onDppFailure_1_3()