Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java831 public SoftApInfo getCurrentSoftApInfo() { in getCurrentSoftApInfo() method in WifiManagerTest.TestSoftApCallback
2428 callback.getCurrentSoftApInfo().getFrequency()); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
2439 assertEquals(callback.getCurrentSoftApInfo().getBssid(), TEST_MAC); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
2443 assertNotEquals(callback.getCurrentSoftApInfo().getWifiStandard(), in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
2448 assertTrue(callback.getCurrentSoftApInfo().getAutoShutdownTimeoutMillis() > 0); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
2460 0 == callback.getCurrentSoftApInfo().getBandwidth() && in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
2461 0 == callback.getCurrentSoftApInfo().getFrequency(); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
2464 assertEquals(callback.getCurrentSoftApInfo().getBssid(), null); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
2466 callback.getCurrentSoftApInfo().getWifiStandard()); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()