Home
last modified time | relevance | path

Searched refs:TEST_CHANNEL (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApStoreDataTest.java77 private static final int TEST_CHANNEL = 0; field in SoftApStoreDataTest
104 put(TEST_BAND, TEST_CHANNEL);
116 + "<int name=\"Channel\" value=\"" + TEST_CHANNEL + "\" />\n"
125 + "<int name=\"Channel\" value=\"" + TEST_CHANNEL + "\" />\n"
134 + "<int name=\"Channel\" value=\"" + TEST_CHANNEL + "\" />\n"
144 + "<int name=\"Channel\" value=\"" + TEST_CHANNEL + "\" />\n"
167 + "<int name=\"Channel\" value=\"" + TEST_CHANNEL + "\" />\n"
188 + "<int name=\"Channel\" value=\"" + TEST_CHANNEL + "\" />\n"
211 + "<int name=\"Channel\" value=\"" + TEST_CHANNEL + "\" />\n"
511 assertEquals(softApConfig.getChannel(), TEST_CHANNEL); in deserializeSoftAp() local
DSoftApBackupRestoreTest.java76 private static final int TEST_CHANNEL = 40; field in SoftApBackupRestoreTest
379 configBuilder.setChannel(TEST_CHANNEL, TEST_BAND); in generateExpectedSoftApConfigurationWithTestData()
DClientModeImplTest.java506 static final int TEST_CHANNEL = 6; field in ClientModeImplTest
10035 link1.setChannel(TEST_CHANNEL); in setScanResultWithMloInfo()
10111 link1.setChannel(TEST_CHANNEL); in testAffiliatedLinkBssidMatchWithNullLinkMacAddress()
10899 assertEquals(links.get(0).getChannel(), TEST_CHANNEL); in testMloLinkAttributesAfterSignalPoll()
10926 assertEquals(links.get(0).getChannel(), TEST_CHANNEL); in testMloLinkAttributesAfterSignalPoll()
DWifiMetricsTest.java188 private static final int TEST_CHANNEL = 36; field in WifiMetricsTest
4717 link.setChannel(TEST_CHANNEL); in testClientNotification()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiInfoTest.java74 private static final int TEST_CHANNEL = 36; field in WifiInfoTest
91 link.setChannel(TEST_CHANNEL); in addMloInfo()
109 assertEquals(TEST_CHANNEL, link.getChannel()); in assertMloNoRedaction()
850 link1.setChannel(TEST_CHANNEL); in testMloLink()
865 assertEquals(TEST_CHANNEL, link1.getChannel()); in testMloLink()