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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WificondChannelHelper.java 43 mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_24_GHZ);
45 int[] channels5G = mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ);
48 mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ_DFS_ONLY);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
ApConfigUtil.java 137 wifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ));
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SoftApManagerTest.java 611 when(mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_24_GHZ))
617 verify(mWifiNative).getChannelsForBand(WifiScanner.WIFI_BAND_24_GHZ);
635 when(mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ))
641 verify(mWifiNative).getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ);
659 when(mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_24_GHZ))
661 when(mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ))
667 verify(mWifiNative).getChannelsForBand(WifiScanner.WIFI_BAND_24_GHZ);
668 verify(mWifiNative).getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ);
686 when(mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_24_GHZ))
692 verify(mWifiNative).getChannelsForBand(WifiScanner.WIFI_BAND_24_GHZ)
    [all...]
ScanTestUtil.java 43 when(wifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_24_GHZ))
45 when(wifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ))
47 when(wifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ_DFS_ONLY))
WakeupControllerTest.java 92 when(mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ_DFS_ONLY))
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SoftApManager.java 541 mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_24_GHZ);
544 mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ);
547 mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_24_GHZ);
549 mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ);
WakeupController.java 228 .getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ_DFS_ONLY);
WificondControl.java 752 public int [] getChannelsForBand(int band) {
769 Log.e(TAG, "Failed to request getChannelsForBand due to remote exception");
WifiNative.java     [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
ApConfigUtilTest.java 236 when(mWifiNative.getChannelsForBand(WifiScanner.WIFI_BAND_5_GHZ))

Completed in 422 milliseconds