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.java978 public SoftApInfo getCurrentSoftApInfo() { in getCurrentSoftApInfo() method in WifiManagerTest.TestSoftApCallback
2163 assertTrue(lohsSoftApCallback.getCurrentSoftApInfo().getFrequency() > 0); in testStartLocalOnlyHotspotWithSupportedBand()
3339 callback.getCurrentSoftApInfo().getFrequency()); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
3350 assertEquals(callback.getCurrentSoftApInfo().getBssid(), TEST_MAC); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
3354 assertNotEquals(callback.getCurrentSoftApInfo().getWifiStandard(), in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
3360 assertNotNull(callback.getCurrentSoftApInfo().getVendorData()); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
3364 assertTrue(callback.getCurrentSoftApInfo().getAutoShutdownTimeoutMillis() > 0); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
3376 0 == callback.getCurrentSoftApInfo().getBandwidth() && in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
3377 0 == callback.getCurrentSoftApInfo().getFrequency(); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
3380 assertEquals(callback.getCurrentSoftApInfo().getBssid(), null); in testStartTetheredHotspotWithChannelConfigAndSoftApStateAndInfoCallback()
[all …]