Home
last modified time | relevance | path

Searched refs:CHANNEL_IN_MHZ (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/testcase/
H A DDataPathInBandTestCase.java90 private static final int CHANNEL_IN_MHZ = 2412; field in DataPathInBandTestCase
201 nsBuilder.setChannelFrequencyMhz(CHANNEL_IN_MHZ, true); in executeTestSubscriber()
203 if (ns.getChannelFrequencyMhz() != CHANNEL_IN_MHZ || !ns.isChannelRequired()) { in executeTestSubscriber()
261 if (channelInfo.getChannelFrequencyMhz() != CHANNEL_IN_MHZ) { in executeTestSubscriber()
439 nsBuilder.setChannelFrequencyMhz(CHANNEL_IN_MHZ, true); in executeTestPublisher()
441 if (ns.getChannelFrequencyMhz() != CHANNEL_IN_MHZ || !ns.isChannelRequired()) { in executeTestPublisher()
/aosp_15_r20/packages/modules/Wifi/tests/hostsidetests/multidevices/test/aware/
Dconstants.py67 CHANNEL_IN_MHZ = 5745 variable in WifiAwareTestConstants
142 CHANNEL_IN_MHZ = "channelInMhz" variable in NetworkCbEventKey
Dwifi_aware_manager_test.py607 channel_frequency_m_hz=constants.WifiAwareTestConstants.CHANNEL_IN_MHZ,
613 channel_frequency_m_hz=constants.WifiAwareTestConstants.CHANNEL_IN_MHZ,
1055 mhz_list = network_callback_event.data[constants.NetworkCbEventKey.CHANNEL_IN_MHZ]
/aosp_15_r20/packages/modules/Wifi/tests/hostsidetests/multidevices/com.google.snippet.wifi/aware/
DWifiAwareJsonDeserializer.java73 private static final String CHANNEL_IN_MHZ = "channel_in_mhz"; field in WifiAwareJsonDeserializer