HomeSort by relevance Sort by last modified time
    Searched refs:mAllowed2GChannels (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
ApConfigUtilTest.java 108 private final ArrayList<Integer> mAllowed2GChannels =
155 WifiConfiguration.AP_BAND_2GHZ, mAllowed2GChannels, ALLOWED_5G_FREQS);
156 assertTrue(mAllowed2GChannels.contains(channel));
165 WifiConfiguration.AP_BAND_5GHZ, mAllowed2GChannels, ALLOWED_5G_FREQS);
176 WifiConfiguration.AP_BAND_5GHZ, mAllowed2GChannels, null));
191 mWifiNative, TEST_COUNTRY_CODE, mAllowed2GChannels, config));
208 mWifiNative, null, mAllowed2GChannels, config));
222 mWifiNative, TEST_COUNTRY_CODE, mAllowed2GChannels, config));
241 mWifiNative, TEST_COUNTRY_CODE, mAllowed2GChannels, config));
258 mWifiNative, TEST_COUNTRY_CODE, mAllowed2GChannels, config))
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SoftApManager.java 48 private final ArrayList<Integer> mAllowed2GChannels;
81 mAllowed2GChannels = allowed2GChannels;
128 mWifiNative, mCountryCode, mAllowed2GChannels, localConfig);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SoftApManagerTest.java 59 private final ArrayList<Integer> mAllowed2GChannels =
88 mAllowed2GChannels,

Completed in 65 milliseconds