Home
last modified time | relevance | path

Searched refs:getAllowed2GChannel (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiApConfigStore.java187 public ArrayList<Integer> getAllowed2GChannel() { in getAllowed2GChannel() method in WifiApConfigStore
DSoftApManager.java285 mWifiApConfigStore.getAllowed2GChannel(), localConfig); in startSoftAp()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiApConfigStoreTest.java730 ArrayList<Integer> channels = store.getAllowed2GChannel(); in testDefault2GHzChannelListReturned()