Searched refs:operatingBand (Results 1 – 2 of 2) sorted by relevance
364 final int operatingBand = WifiP2pConfig.GROUP_OWNER_BAND_5GHZ; in testP2pCreateGroupWithConfig() local372 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() local395 networkName, passphrase, Integer.toString(operatingBand), in testP2pConnectWithConfig()402 assertEquals(operatingBand, c.getGroupOwnerBand()); in testP2pConnectWithConfig()
384 int operatingBand = ScanResult.toBand(mPrimaryFreq); in NetworkDetail() local386 centerFreq0 = ehtOperation.getCenterFreq0(operatingBand); in NetworkDetail()387 centerFreq1 = ehtOperation.getCenterFreq1(operatingBand); in NetworkDetail()