Home
last modified time | relevance | path

Searched refs:operatingBand (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pShellCommandTest.java364 final int operatingBand = WifiP2pConfig.GROUP_OWNER_BAND_5GHZ; in testP2pCreateGroupWithConfig() local
372 networkName, passphrase, Integer.toString(operatingBand), in testP2pCreateGroupWithConfig()
379 assertEquals(operatingBand, c.getGroupOwnerBand()); in testP2pCreateGroupWithConfig()
387 final int operatingBand = WifiP2pConfig.GROUP_OWNER_BAND_5GHZ; in testP2pConnectWithConfig() local
395 networkName, passphrase, Integer.toString(operatingBand), in testP2pConnectWithConfig()
402 assertEquals(operatingBand, c.getGroupOwnerBand()); in testP2pConnectWithConfig()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java384 int operatingBand = ScanResult.toBand(mPrimaryFreq); in NetworkDetail() local
386 centerFreq0 = ehtOperation.getCenterFreq0(operatingBand); in NetworkDetail()
387 centerFreq1 = ehtOperation.getCenterFreq1(operatingBand); in NetworkDetail()